What is the HSL code for light blue grey?
The CSS color light blue grey in HSL format is hsl(214.9, 42.6%, 80.2%). Use this value directly in CSS, SVG, and most design tools.
How do I use light blue grey in CSS?
To apply light blue grey in CSS:
- Text color: color: hsl(214.9, 42.6%, 80.2%);
- Background: background-color: hsl(214.9, 42.6%, 80.2%);
- Border: border-color: hsl(214.9, 42.6%, 80.2%);
What are all the color format values for light blue grey?
| Format | Value |
|---|---|
| HEX | #b7c9e2 |
| RGB | rgb(183, 201, 226) |
| HSL | hsl(214.9, 42.6%, 80.2%) |
| CMYK | cmyk(19%, 11.1%, 0%, 11.4%) |
How do I convert light blue grey to HSL?
Select light blue grey from the color name list in our color converter. The HSL value — hsl(214.9, 42.6%, 80.2%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light blue grey belong to?
light blue grey belongs to the blue color family. It is a light, moderately saturated color with HSL values: hue 214.9°, saturation 42.6%, lightness 80.2%.
How do I create lighter and darker shades of light blue grey?
Lighter variant (lightness 95%): #edf1f8. Darker variant (lightness 65.2%): #80a0cc. 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.