What is the CMYK code for bright light blue?
The CSS color bright light blue in CMYK format is cmyk(85%, 2.4%, 0%, 0.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use bright light blue in CSS?
To apply bright light blue in CSS:
- Text color: color: cmyk(85%, 2.4%, 0%, 0.8%);
- Background: background-color: cmyk(85%, 2.4%, 0%, 0.8%);
- Border: border-color: cmyk(85%, 2.4%, 0%, 0.8%);
What are all the color format values for bright light blue?
| Format | Value |
|---|---|
| HEX | #26f7fd |
| RGB | rgb(38, 247, 253) |
| HSL | hsl(181.7, 98.2%, 57.1%) |
| CMYK | cmyk(85%, 2.4%, 0%, 0.8%) |
How do I convert bright light blue to CMYK?
Select bright light blue from the color name list in our color converter. The CMYK value — cmyk(85%, 2.4%, 0%, 0.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bright light blue belong to?
bright light blue belongs to the cyan color family. It is a medium, vivid color with HSL values: hue 181.7°, saturation 98.2%, lightness 57.1%.
How do I create lighter and darker shades of bright light blue?
Lighter variant (lightness 72.1%): #72fafe. Darker variant (lightness 42.1%): #02cfd5. 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.