What is the HEX code for water blue?
The CSS color water blue in HEX format is #0e87cc. 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: #0e87cc;
- Background: background-color: #0e87cc;
- Border: border-color: #0e87cc;
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 HEX?
Select water blue from the color name list in our color converter. The HEX value — #0e87cc — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.