What is the HSL code for bright light blue?
The CSS color bright light blue in HSL format is hsl(181.7, 98.2%, 57.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use bright light blue in CSS?
To apply bright light blue in CSS:
- Text color: color: hsl(181.7, 98.2%, 57.1%);
- Background: background-color: hsl(181.7, 98.2%, 57.1%);
- Border: border-color: hsl(181.7, 98.2%, 57.1%);
What are all the color format values for bright light blue?
| Format | Value |
|---|---|
| HEX | #26f7fd |
| RGB | rgb(38, 247, 253) |
| HSL | hsl(181.7, 98.2%, 57.1%) |
| CMYK | cmyk(85%, 2.4%, 0%, 0.8%) |
How do I convert bright light blue to HSL?
Select bright light blue from the color name list in our color converter. The HSL value — hsl(181.7, 98.2%, 57.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bright light blue belong to?
bright light blue belongs to the cyan color family. It is a medium, vivid color with HSL values: hue 181.7°, saturation 98.2%, lightness 57.1%.
How do I create lighter and darker shades of bright light blue?
Lighter variant (lightness 72.1%): #72fafe. Darker variant (lightness 42.1%): #02cfd5. 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.