What is the CMYK code for powder blue?
The CSS color powder blue in CMYK format is cmyk(29.8%, 17.1%, 0%, 1.2%). 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: cmyk(29.8%, 17.1%, 0%, 1.2%);
- Background: background-color: cmyk(29.8%, 17.1%, 0%, 1.2%);
- Border: border-color: cmyk(29.8%, 17.1%, 0%, 1.2%);
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 CMYK?
Select powder blue from the color name list in our color converter. The CMYK value — cmyk(29.8%, 17.1%, 0%, 1.2%) — 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 CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.