What is the HEX code for light blue?
The CSS color light blue in HEX format is #95d0fc. Use this value directly in CSS, SVG, and most design tools.
How do I use light blue in CSS?
To apply light blue in CSS:
- Text color: color: #95d0fc;
- Background: background-color: #95d0fc;
- Border: border-color: #95d0fc;
What are all the color format values for light blue?
| Format | Value |
|---|---|
| HEX | #95d0fc |
| RGB | rgb(149, 208, 252) |
| HSL | hsl(205.6, 94.5%, 78.6%) |
| CMYK | cmyk(40.9%, 17.5%, 0%, 1.2%) |
How do I convert light blue to HEX?
Select light blue from the color name list in our color converter. The HEX value — #95d0fc — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light blue belong to?
light blue belongs to the blue color family. It is a light, vivid color with HSL values: hue 205.6°, saturation 94.5%, lightness 78.6%.
How do I create lighter and darker shades of light blue?
Lighter variant (lightness 93.6%): #dff1fe. Darker variant (lightness 63.599999999999994%): #4aaffa. 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.