What is the HSL code for water blue?
The CSS color water blue in HSL format is hsl(201.8, 87.2%, 42.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use water blue in CSS?
To apply water blue in CSS:
- Text color: color: hsl(201.8, 87.2%, 42.7%);
- Background: background-color: hsl(201.8, 87.2%, 42.7%);
- Border: border-color: hsl(201.8, 87.2%, 42.7%);
What are all the color format values for water blue?
| Format | Value |
|---|---|
| HEX | #0e87cc |
| RGB | rgb(14, 135, 204) |
| HSL | hsl(201.8, 87.2%, 42.7%) |
| CMYK | cmyk(93.1%, 33.8%, 0%, 20%) |
How do I convert water blue to HSL?
Select water blue from the color name list in our color converter. The HSL value — hsl(201.8, 87.2%, 42.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does water blue belong to?
water blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 201.8°, saturation 87.2%, lightness 42.7%.
How do I create lighter and darker shades of water blue?
Lighter variant (lightness 57.7%): #35adf1. Darker variant (lightness 27.700000000000003%): #095784. 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.