Shades of Aqua #0EE0FF
Tints of Aqua #0EE0FF
RGB
CMYK
RGB Variations
Color information
#0EE0FF (or 0x0EE0FF) is known color: Aqua. HEX triplet: 0E, E0 and FF. RGB value is (14,224,255). Sum of RGB (Red+Green+Blue) = 14+224+255=493 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.84% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EE0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE0FF is #F11F00. Grayscale: #A4A4A4. Windows color (decimal): -15802113 or 16769038. OLE color: 16769038.
HSL color Cylindrical-coordinate representation of color #0EE0FF: hue angle of 187.72º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EE0FF is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 224 | 255 | - |
| CMYK | 0.95 | 0.12 | 0 | 0 |
| HSL | 187.72º | 1% | 0.53% | - |
| HSV(B) | 187.72º | 0.95% | 1% | - |
| XYZ | 44.89 | 60.62 | 103.94 | - |
| YUV | 164.74 | 178.93 | 20.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 255 | 0.95 | 0.12 | 0 | 0 | 187.72 | 1 | 0.53 |
| Hex | E | E0 | FF | 5F | C | 0 | 0 | BC | 64 | 35 |
| Octal | 16 | 340 | 377 | 137 | 14 | 0 | 0 | 274 | 144 | 65 |
| Binary | 1110 | 11100000 | 11111111 | 1011111 | 1100 | 0 | 0 | 10111100 | 1100100 | 110101 |
Color Harmonies of #0EE0FF
Complementary color
Monochromatic Colors of #0EE0FF
Black with #0EE0FF
Text Example
Text Example
White with #0EE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE0FF; }
p { color: rgb(14,224,255); }
H1.HeaderClassName
{
color: #0EE0FF;
}
.AnyTagClassName
{
color: #0EE0FF;
}
</style>
background-color css
<style>
a { background-color: #0EE0FF; }
a { background-color: rgb(14,224,255); }
div.DivClassName
{
background-color: #0EE0FF;
}
.BgClassName
{
background-color: #0EE0FF;
}
</style>
border-color css
<style>
span { border-color: #0EE0FF; }
span { border-color: rgb(14,224,255); }
td.TdClassName
{
border-color: #0EE0FF;
}
.TagClassName
{
border-color: #0EE0FF;
}
</style>