What is the HSL code for light blue?
The CSS color light blue in HSL format is hsl(205.6, 94.5%, 78.6%). 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: hsl(205.6, 94.5%, 78.6%);
- Background: background-color: hsl(205.6, 94.5%, 78.6%);
- Border: border-color: hsl(205.6, 94.5%, 78.6%);
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 HSL?
Select light blue from the color name list in our color converter. The HSL value — hsl(205.6, 94.5%, 78.6%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.