Shades of Aqua #0EE4FE
Tints of Aqua #0EE4FE
RGB
CMYK
RGB Variations
Color information
#0EE4FE (or 0x0EE4FE) is known color: Aqua. HEX triplet: 0E, E4 and FE. RGB value is (14,228,254). Sum of RGB (Red+Green+Blue) = 14+228+254=496 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.82% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EE4FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE4FE is #F11B01. Grayscale: #A6A6A6. Windows color (decimal): -15801090 or 16704526. OLE color: 16704526.
HSL color Cylindrical-coordinate representation of color #0EE4FE: hue angle of 186.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 #0EE4FE is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 228 | 254 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.00 |
| HSL | 186.5º | 0.99% | 0.53% | - |
| HSV(B) | 186.5º | 0.94% | 1% | - |
| XYZ | 45.81 | 62.74 | 103.46 | - |
| YUV | 166.98 | 177.1 | 18.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 228 | 254 | 0.94 | 0.10 | 0 | 0.00 | 186.5 | 0.99 | 0.53 |
| Hex | E | E4 | FE | 5E | A | 0 | 0 | BA | 63 | 35 |
| Octal | 16 | 344 | 376 | 136 | 12 | 0 | 0 | 272 | 143 | 65 |
| Binary | 1110 | 11100100 | 11111110 | 1011110 | 1010 | 0 | 0 | 10111010 | 1100011 | 110101 |
Color Harmonies of #0EE4FE
Complementary color
Monochromatic Colors of #0EE4FE
Black with #0EE4FE
Text Example
Text Example
White with #0EE4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE4FE; }
p { color: rgb(14,228,254); }
H1.HeaderClassName
{
color: #0EE4FE;
}
.AnyTagClassName
{
color: #0EE4FE;
}
</style>
background-color css
<style>
a { background-color: #0EE4FE; }
a { background-color: rgb(14,228,254); }
div.DivClassName
{
background-color: #0EE4FE;
}
.BgClassName
{
background-color: #0EE4FE;
}
</style>
border-color css
<style>
span { border-color: #0EE4FE; }
span { border-color: rgb(14,228,254); }
td.TdClassName
{
border-color: #0EE4FE;
}
.TagClassName
{
border-color: #0EE4FE;
}
</style>