Shades of Aqua #0EECF9
Tints of Aqua #0EECF9
RGB
CMYK
RGB Variations
Color information
#0EECF9 (or 0x0EECF9) is known color: Aqua. HEX triplet: 0E, EC and F9. RGB value is (14,236,249). Sum of RGB (Red+Green+Blue) = 14+236+249=499 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.81% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #0EECF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EECF9 is #F11306. Grayscale: #AAAAAA. Windows color (decimal): -15799047 or 16378894. OLE color: 16378894.
HSL color Cylindrical-coordinate representation of color #0EECF9: hue angle of 183.32º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EECF9 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 236 | 249 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.02 |
| HSL | 183.32º | 0.95% | 0.52% | - |
| HSV(B) | 183.32º | 0.94% | 0.98% | - |
| XYZ | 47.28 | 66.92 | 100.05 | - |
| YUV | 171.1 | 171.95 | 15.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 249 | 0.94 | 0.05 | 0 | 0.02 | 183.32 | 0.95 | 0.52 |
| Hex | E | EC | F9 | 5E | 5 | 0 | 2 | B7 | 5F | 34 |
| Octal | 16 | 354 | 371 | 136 | 5 | 0 | 2 | 267 | 137 | 64 |
| Binary | 1110 | 11101100 | 11111001 | 1011110 | 101 | 0 | 10 | 10110111 | 1011111 | 110100 |
Color Harmonies of #0EECF9
Complementary color
Monochromatic Colors of #0EECF9
Black with #0EECF9
Text Example
Text Example
White with #0EECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EECF9; }
p { color: rgb(14,236,249); }
H1.HeaderClassName
{
color: #0EECF9;
}
.AnyTagClassName
{
color: #0EECF9;
}
</style>
background-color css
<style>
a { background-color: #0EECF9; }
a { background-color: rgb(14,236,249); }
div.DivClassName
{
background-color: #0EECF9;
}
.BgClassName
{
background-color: #0EECF9;
}
</style>
border-color css
<style>
span { border-color: #0EECF9; }
span { border-color: rgb(14,236,249); }
td.TdClassName
{
border-color: #0EECF9;
}
.TagClassName
{
border-color: #0EECF9;
}
</style>