Shades of Aqua #0EE8FF
Tints of Aqua #0EE8FF
RGB
CMYK
RGB Variations
Color information
#0EE8FF (or 0x0EE8FF) is known color: Aqua. HEX triplet: 0E, E8 and FF. RGB value is (14,232,255). Sum of RGB (Red+Green+Blue) = 14+232+255=501 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.79% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EE8FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EE8FF is #F11700. Grayscale: #A9A9A9. Windows color (decimal): -15800065 or 16771086. OLE color: 16771086.
HSL color Cylindrical-coordinate representation of color #0EE8FF: hue angle of 185.73º 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 #0EE8FF is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 232 | 255 | - |
| CMYK | 0.95 | 0.09 | 0 | 0 |
| HSL | 185.73º | 1% | 0.53% | - |
| HSV(B) | 185.73º | 0.95% | 1% | - |
| XYZ | 47.09 | 65.03 | 104.68 | - |
| YUV | 169.44 | 176.28 | 17.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 232 | 255 | 0.95 | 0.09 | 0 | 0 | 185.73 | 1 | 0.53 |
| Hex | E | E8 | FF | 5F | 9 | 0 | 0 | BA | 64 | 35 |
| Octal | 16 | 350 | 377 | 137 | 11 | 0 | 0 | 272 | 144 | 65 |
| Binary | 1110 | 11101000 | 11111111 | 1011111 | 1001 | 0 | 0 | 10111010 | 1100100 | 110101 |
Color Harmonies of #0EE8FF
Complementary color
Monochromatic Colors of #0EE8FF
Black with #0EE8FF
Text Example
Text Example
White with #0EE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE8FF; }
p { color: rgb(14,232,255); }
H1.HeaderClassName
{
color: #0EE8FF;
}
.AnyTagClassName
{
color: #0EE8FF;
}
</style>
background-color css
<style>
a { background-color: #0EE8FF; }
a { background-color: rgb(14,232,255); }
div.DivClassName
{
background-color: #0EE8FF;
}
.BgClassName
{
background-color: #0EE8FF;
}
</style>
border-color css
<style>
span { border-color: #0EE8FF; }
span { border-color: rgb(14,232,255); }
td.TdClassName
{
border-color: #0EE8FF;
}
.TagClassName
{
border-color: #0EE8FF;
}
</style>