What is the CMYK code for lightblue?
The CSS color lightblue in CMYK format is cmyk(24.8%, 6.1%, 0%, 9.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use lightblue in CSS?
To apply lightblue in CSS:
- Text color: color: cmyk(24.8%, 6.1%, 0%, 9.8%);
- Background: background-color: cmyk(24.8%, 6.1%, 0%, 9.8%);
- Border: border-color: cmyk(24.8%, 6.1%, 0%, 9.8%);
What are all the color format values for lightblue?
| Format | Value |
|---|---|
| HEX | #add8e6 |
| RGB | rgb(173, 216, 230) |
| HSL | hsl(194.7, 53.3%, 79%) |
| CMYK | cmyk(24.8%, 6.1%, 0%, 9.8%) |
How do I convert lightblue to CMYK?
Select lightblue from the color name list in our color converter. The CMYK value — cmyk(24.8%, 6.1%, 0%, 9.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does lightblue belong to?
lightblue belongs to the cyan color family. It is a light, moderately saturated color with HSL values: hue 194.7°, saturation 53.3%, lightness 79%.
How do I create lighter and darker shades of lightblue?
Lighter variant (lightness 94%): #e8f4f8. Darker variant (lightness 64%): #72bcd4. 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.