What is the HSL code for cadetblue?
The CSS color cadetblue in HSL format is hsl(181.8, 25.5%, 50%). Use this value directly in CSS, SVG, and most design tools.
How do I use cadetblue in CSS?
To apply cadetblue in CSS:
- Text color: color: hsl(181.8, 25.5%, 50%);
- Background: background-color: hsl(181.8, 25.5%, 50%);
- Border: border-color: hsl(181.8, 25.5%, 50%);
What are all the color format values for cadetblue?
| Format | Value |
|---|---|
| HEX | #5f9ea0 |
| RGB | rgb(95, 158, 160) |
| HSL | hsl(181.8, 25.5%, 50%) |
| CMYK | cmyk(40.6%, 1.2%, 0%, 37.3%) |
How do I convert cadetblue to HSL?
Select cadetblue from the color name list in our color converter. The HSL value — hsl(181.8, 25.5%, 50%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does cadetblue belong to?
cadetblue belongs to the cyan color family. It is a medium, muted color with HSL values: hue 181.8°, saturation 25.5%, lightness 50%.
How do I create lighter and darker shades of cadetblue?
Lighter variant (lightness 65%): #8fbbbd. Darker variant (lightness 35%): #426f70. 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.