Shades of Aqua #0EE0FE
Tints of Aqua #0EE0FE
RGB
CMYK
RGB Variations
Color information
#0EE0FE (or 0x0EE0FE) is known color: Aqua. HEX triplet: 0E, E0 and FE. RGB value is (14,224,254). Sum of RGB (Red+Green+Blue) = 14+224+254=492 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.85% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EE0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE0FE is #F11F01. Grayscale: #A4A4A4. Windows color (decimal): -15802114 or 16703502. OLE color: 16703502.
HSL color Cylindrical-coordinate representation of color #0EE0FE: hue angle of 187.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 #0EE0FE is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 224 | 254 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.00 |
| HSL | 187.5º | 0.99% | 0.53% | - |
| HSV(B) | 187.5º | 0.94% | 1% | - |
| XYZ | 44.73 | 60.56 | 103.1 | - |
| YUV | 164.63 | 178.43 | 20.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 254 | 0.94 | 0.12 | 0 | 0.00 | 187.5 | 0.99 | 0.53 |
| Hex | E | E0 | FE | 5E | C | 0 | 0 | BC | 63 | 35 |
| Octal | 16 | 340 | 376 | 136 | 14 | 0 | 0 | 274 | 143 | 65 |
| Binary | 1110 | 11100000 | 11111110 | 1011110 | 1100 | 0 | 0 | 10111100 | 1100011 | 110101 |
Color Harmonies of #0EE0FE
Complementary color
Monochromatic Colors of #0EE0FE
Black with #0EE0FE
Text Example
Text Example
White with #0EE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE0FE; }
p { color: rgb(14,224,254); }
H1.HeaderClassName
{
color: #0EE0FE;
}
.AnyTagClassName
{
color: #0EE0FE;
}
</style>
background-color css
<style>
a { background-color: #0EE0FE; }
a { background-color: rgb(14,224,254); }
div.DivClassName
{
background-color: #0EE0FE;
}
.BgClassName
{
background-color: #0EE0FE;
}
</style>
border-color css
<style>
span { border-color: #0EE0FE; }
span { border-color: rgb(14,224,254); }
td.TdClassName
{
border-color: #0EE0FE;
}
.TagClassName
{
border-color: #0EE0FE;
}
</style>