Shades of Aqua #0EECFE
Tints of Aqua #0EECFE
RGB
CMYK
RGB Variations
Color information
#0EECFE (or 0x0EECFE) is known color: Aqua. HEX triplet: 0E, EC and FE. RGB value is (14,236,254). Sum of RGB (Red+Green+Blue) = 14+236+254=504 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.78% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EECFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EECFE is #F11301. Grayscale: #ABABAB. Windows color (decimal): -15799042 or 16706574. OLE color: 16706574.
HSL color Cylindrical-coordinate representation of color #0EECFE: hue angle of 184.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EECFE is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 236 | 254 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.00 |
| HSL | 184.5º | 0.99% | 0.53% | - |
| HSV(B) | 184.5º | 0.94% | 1% | - |
| XYZ | 48.07 | 67.24 | 104.21 | - |
| YUV | 171.67 | 174.45 | 15.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 254 | 0.94 | 0.07 | 0 | 0.00 | 184.5 | 0.99 | 0.53 |
| Hex | E | EC | FE | 5E | 7 | 0 | 0 | B8 | 63 | 35 |
| Octal | 16 | 354 | 376 | 136 | 7 | 0 | 0 | 270 | 143 | 65 |
| Binary | 1110 | 11101100 | 11111110 | 1011110 | 111 | 0 | 0 | 10111000 | 1100011 | 110101 |
Color Harmonies of #0EECFE
Complementary color
Monochromatic Colors of #0EECFE
Black with #0EECFE
Text Example
Text Example
White with #0EECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EECFE; }
p { color: rgb(14,236,254); }
H1.HeaderClassName
{
color: #0EECFE;
}
.AnyTagClassName
{
color: #0EECFE;
}
</style>
background-color css
<style>
a { background-color: #0EECFE; }
a { background-color: rgb(14,236,254); }
div.DivClassName
{
background-color: #0EECFE;
}
.BgClassName
{
background-color: #0EECFE;
}
</style>
border-color css
<style>
span { border-color: #0EECFE; }
span { border-color: rgb(14,236,254); }
td.TdClassName
{
border-color: #0EECFE;
}
.TagClassName
{
border-color: #0EECFE;
}
</style>