What is the HEX code for light light blue?
The CSS color light light blue in HEX format is #cafffb. Use this value directly in CSS, SVG, and most design tools.
How do I use light light blue in CSS?
To apply light light blue in CSS:
- Text color: color: #cafffb;
- Background: background-color: #cafffb;
- Border: border-color: #cafffb;
What are all the color format values for light light blue?
| Format | Value |
|---|---|
| HEX | #cafffb |
| RGB | rgb(202, 255, 251) |
| HSL | hsl(175.5, 100%, 89.6%) |
| CMYK | cmyk(20.8%, 0%, 1.6%, 0%) |
How do I convert light light blue to HEX?
Select light light blue from the color name list in our color converter. The HEX value — #cafffb — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light light blue belong to?
light light blue belongs to the cyan color family. It is a light, vivid color with HSL values: hue 175.5°, saturation 100%, lightness 89.6%.
How do I create lighter and darker shades of light light blue?
Lighter variant (lightness 95%): #e5fffd. Darker variant (lightness 74.6%): #7dfff5. 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.