What is the HSL code for aqua blue?
The CSS color aqua blue in HSL format is hsl(184.4, 98.3%, 46.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use aqua blue in CSS?
To apply aqua blue in CSS:
- Text color: color: hsl(184.4, 98.3%, 46.1%);
- Background: background-color: hsl(184.4, 98.3%, 46.1%);
- Border: border-color: hsl(184.4, 98.3%, 46.1%);
What are all the color format values for aqua blue?
| Format | Value |
|---|---|
| HEX | #02d8e9 |
| RGB | rgb(2, 216, 233) |
| HSL | hsl(184.4, 98.3%, 46.1%) |
| CMYK | cmyk(99.1%, 7.3%, 0%, 8.6%) |
How do I convert aqua blue to HSL?
Select aqua blue from the color name list in our color converter. The HSL value — hsl(184.4, 98.3%, 46.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does aqua blue belong to?
aqua blue belongs to the cyan color family. It is a medium, vivid color with HSL values: hue 184.4°, saturation 98.3%, lightness 46.1%.
How do I create lighter and darker shades of aqua blue?
Lighter variant (lightness 61.1%): #3aeffd. Darker variant (lightness 31.1%): #01929d. 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.