What is the HSL code for lightblue?
The CSS color lightblue in HSL format is hsl(194.7, 53.3%, 79%). 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: hsl(194.7, 53.3%, 79%);
- Background: background-color: hsl(194.7, 53.3%, 79%);
- Border: border-color: hsl(194.7, 53.3%, 79%);
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 HSL?
Select lightblue from the color name list in our color converter. The HSL value — hsl(194.7, 53.3%, 79%) — 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 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.