What is the CMYK code for sky blue?
The CSS color sky blue in CMYK format is cmyk(53.8%, 26.1%, 0%, 0.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use sky blue in CSS?
To apply sky blue in CSS:
- Text color: color: cmyk(53.8%, 26.1%, 0%, 0.8%);
- Background: background-color: cmyk(53.8%, 26.1%, 0%, 0.8%);
- Border: border-color: cmyk(53.8%, 26.1%, 0%, 0.8%);
What are all the color format values for sky blue?
| Format | Value |
|---|---|
| HEX | #75bbfd |
| RGB | rgb(117, 187, 253) |
| HSL | hsl(209.1, 97.1%, 72.5%) |
| CMYK | cmyk(53.8%, 26.1%, 0%, 0.8%) |
How do I convert sky blue to CMYK?
Select sky blue from the color name list in our color converter. The CMYK value — cmyk(53.8%, 26.1%, 0%, 0.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does sky blue belong to?
sky blue belongs to the blue color family. It is a light, vivid color with HSL values: hue 209.1°, saturation 97.1%, lightness 72.5%.
How do I create lighter and darker shades of sky blue?
Lighter variant (lightness 87.5%): #c0e0fe. Darker variant (lightness 57.5%): #2996fc. 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.