What is the HEX code for powder blue?
The CSS color powder blue in HEX format is #b1d1fc. 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: #b1d1fc;
- Background: background-color: #b1d1fc;
- Border: border-color: #b1d1fc;
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 HEX?
Select powder blue from the color name list in our color converter. The HEX value — #b1d1fc — 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 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.