What is the HSL code for powder blue?
The CSS color powder blue in HSL format is hsl(214.4, 92.6%, 84.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use powder blue in CSS?
To apply powder blue in CSS:
- Text color: color: hsl(214.4, 92.6%, 84.1%);
- Background: background-color: hsl(214.4, 92.6%, 84.1%);
- Border: border-color: hsl(214.4, 92.6%, 84.1%);
What are all the color format values for powder blue?
| Format | Value |
|---|---|
| HEX | #b1d1fc |
| RGB | rgb(177, 209, 252) |
| HSL | hsl(214.4, 92.6%, 84.1%) |
| CMYK | cmyk(29.8%, 17.1%, 0%, 1.2%) |
How do I convert powder blue to HSL?
Select powder blue from the color name list in our color converter. The HSL value — hsl(214.4, 92.6%, 84.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does powder blue belong to?
powder blue belongs to the blue color family. It is a light, vivid color with HSL values: hue 214.4°, saturation 92.6%, lightness 84.1%.
How do I create lighter and darker shades of powder blue?
Lighter variant (lightness 95%): #e6f1fe. Darker variant (lightness 69.1%): #67a6f9. 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.