Shades of Aqua #0EECF7
Tints of Aqua #0EECF7
RGB
CMYK
RGB Variations
Color information
#0EECF7 (or 0x0EECF7) is known color: Aqua. HEX triplet: 0E, EC and F7. RGB value is (14,236,247). Sum of RGB (Red+Green+Blue) = 14+236+247=497 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.82% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #0EECF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EECF7 is #F11308. Grayscale: #AAAAAA. Windows color (decimal): -15799049 or 16247822. OLE color: 16247822.
HSL color Cylindrical-coordinate representation of color #0EECF7: hue angle of 182.83º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EECF7 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 236 | 247 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.03 |
| HSL | 182.83º | 0.94% | 0.51% | - |
| HSV(B) | 182.83º | 0.94% | 0.97% | - |
| XYZ | 46.97 | 66.8 | 98.41 | - |
| YUV | 170.88 | 170.95 | 16.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 247 | 0.94 | 0.04 | 0 | 0.03 | 182.83 | 0.94 | 0.51 |
| Hex | E | EC | F7 | 5E | 4 | 0 | 3 | B7 | 5E | 33 |
| Octal | 16 | 354 | 367 | 136 | 4 | 0 | 3 | 267 | 136 | 63 |
| Binary | 1110 | 11101100 | 11110111 | 1011110 | 100 | 0 | 11 | 10110111 | 1011110 | 110011 |
Color Harmonies of #0EECF7
Complementary color
Monochromatic Colors of #0EECF7
Black with #0EECF7
Text Example
Text Example
White with #0EECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EECF7; }
p { color: rgb(14,236,247); }
H1.HeaderClassName
{
color: #0EECF7;
}
.AnyTagClassName
{
color: #0EECF7;
}
</style>
background-color css
<style>
a { background-color: #0EECF7; }
a { background-color: rgb(14,236,247); }
div.DivClassName
{
background-color: #0EECF7;
}
.BgClassName
{
background-color: #0EECF7;
}
</style>
border-color css
<style>
span { border-color: #0EECF7; }
span { border-color: rgb(14,236,247); }
td.TdClassName
{
border-color: #0EECF7;
}
.TagClassName
{
border-color: #0EECF7;
}
</style>