What is the HEX code for sky?
The CSS color sky in HEX format is #82cafc. Use this value directly in CSS, SVG, and most design tools.
How do I use sky in CSS?
To apply sky in CSS:
- Text color: color: #82cafc;
- Background: background-color: #82cafc;
- Border: border-color: #82cafc;
What are all the color format values for sky?
| Format | Value |
|---|---|
| HEX | #82cafc |
| RGB | rgb(130, 202, 252) |
| HSL | hsl(204.6, 95.3%, 74.9%) |
| CMYK | cmyk(48.4%, 19.8%, 0%, 1.2%) |
How do I convert sky to HEX?
Select sky from the color name list in our color converter. The HEX value — #82cafc — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does sky belong to?
sky belongs to the blue color family. It is a light, vivid color with HSL values: hue 204.6°, saturation 95.3%, lightness 74.9%.
How do I create lighter and darker shades of sky?
Lighter variant (lightness 89.9%): #cdeafe. Darker variant (lightness 59.900000000000006%): #37aafa. 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.