What is the HSL code for cloudy blue?
The CSS color cloudy blue in HSL format is hsl(210.7, 37.2%, 76.3%). 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: hsl(210.7, 37.2%, 76.3%);
- Background: background-color: hsl(210.7, 37.2%, 76.3%);
- Border: border-color: hsl(210.7, 37.2%, 76.3%);
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 HSL?
Select cloudy blue from the color name list in our color converter. The HSL value — hsl(210.7, 37.2%, 76.3%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.