What is the HEX code for lightblue?
The CSS color lightblue in HEX format is #add8e6. 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: #add8e6;
- Background: background-color: #add8e6;
- Border: border-color: #add8e6;
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 HEX?
Select lightblue from the color name list in our color converter. The HEX value — #add8e6 — 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 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.