What is the HEX code for cloudy blue?
The CSS color cloudy blue in HEX format is #acc2d9. Use this value directly in CSS, SVG, and most design tools.
How do I use cloudy blue in CSS?
To apply cloudy blue in CSS:
- Text color: color: #acc2d9;
- Background: background-color: #acc2d9;
- Border: border-color: #acc2d9;
What are all the color format values for cloudy blue?
| Format | Value |
|---|---|
| HEX | #acc2d9 |
| RGB | rgb(172, 194, 217) |
| HSL | hsl(210.7, 37.2%, 76.3%) |
| CMYK | cmyk(20.7%, 10.6%, 0%, 14.9%) |
How do I convert cloudy blue to HEX?
Select cloudy blue from the color name list in our color converter. The HEX value — #acc2d9 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does cloudy blue belong to?
cloudy blue belongs to the blue color family. It is a light, moderately saturated color with HSL values: hue 210.7°, saturation 37.2%, lightness 76.3%.
How do I create lighter and darker shades of cloudy blue?
Lighter variant (lightness 91.3%): #e1e9f1. Darker variant (lightness 61.3%): #789bc1. 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.