What is the HEX code for nice blue?
The CSS color nice blue in HEX format is #107ab0. Use this value directly in CSS, SVG, and most design tools.
How do I use nice blue in CSS?
To apply nice blue in CSS:
- Text color: color: #107ab0;
- Background: background-color: #107ab0;
- Border: border-color: #107ab0;
What are all the color format values for nice blue?
| Format | Value |
|---|---|
| HEX | #107ab0 |
| RGB | rgb(16, 122, 176) |
| HSL | hsl(200.3, 83.3%, 37.6%) |
| CMYK | cmyk(90.9%, 30.7%, 0%, 31%) |
How do I convert nice blue to HEX?
Select nice blue from the color name list in our color converter. The HEX value — #107ab0 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does nice blue belong to?
nice blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 200.3°, saturation 83.3%, lightness 37.6%.
How do I create lighter and darker shades of nice blue?
Lighter variant (lightness 52.6%): #21a7eb. Darker variant (lightness 22.6%): #0a496a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.