What is the HEX code for bright aqua?
The CSS color bright aqua in HEX format is #0bf9ea. Use this value directly in CSS, SVG, and most design tools.
How do I use bright aqua in CSS?
To apply bright aqua in CSS:
- Text color: color: #0bf9ea;
- Background: background-color: #0bf9ea;
- Border: border-color: #0bf9ea;
What are all the color format values for bright aqua?
| Format | Value |
|---|---|
| HEX | #0bf9ea |
| RGB | rgb(11, 249, 234) |
| HSL | hsl(176.2, 95.2%, 51%) |
| CMYK | cmyk(95.6%, 0%, 6%, 2.4%) |
How do I convert bright aqua to HEX?
Select bright aqua from the color name list in our color converter. The HEX value — #0bf9ea — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bright aqua belong to?
bright aqua belongs to the cyan color family. It is a medium, vivid color with HSL values: hue 176.2°, saturation 95.2%, lightness 51%.
How do I create lighter and darker shades of bright aqua?
Lighter variant (lightness 66%): #56fbf0. Darker variant (lightness 36%): #04b3a8. 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.