Shades of Aqua #0EE4FF
Tints of Aqua #0EE4FF
RGB
CMYK
RGB Variations
Color information
#0EE4FF (or 0x0EE4FF) is known color: Aqua. HEX triplet: 0E, E4 and FF. RGB value is (14,228,255). Sum of RGB (Red+Green+Blue) = 14+228+255=497 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.82% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EE4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE4FF is #F11B00. Grayscale: #A6A6A6. Windows color (decimal): -15801089 or 16770062. OLE color: 16770062.
HSL color Cylindrical-coordinate representation of color #0EE4FF: hue angle of 186.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 #0EE4FF is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 228 | 255 | - |
| CMYK | 0.95 | 0.11 | 0 | 0 |
| HSL | 186.72º | 1% | 0.53% | - |
| HSV(B) | 186.72º | 0.95% | 1% | - |
| XYZ | 45.97 | 62.8 | 104.31 | - |
| YUV | 167.09 | 177.6 | 18.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 228 | 255 | 0.95 | 0.11 | 0 | 0 | 186.72 | 1 | 0.53 |
| Hex | E | E4 | FF | 5F | B | 0 | 0 | BB | 64 | 35 |
| Octal | 16 | 344 | 377 | 137 | 13 | 0 | 0 | 273 | 144 | 65 |
| Binary | 1110 | 11100100 | 11111111 | 1011111 | 1011 | 0 | 0 | 10111011 | 1100100 | 110101 |
Color Harmonies of #0EE4FF
Complementary color
Monochromatic Colors of #0EE4FF
Black with #0EE4FF
Text Example
Text Example
White with #0EE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE4FF; }
p { color: rgb(14,228,255); }
H1.HeaderClassName
{
color: #0EE4FF;
}
.AnyTagClassName
{
color: #0EE4FF;
}
</style>
background-color css
<style>
a { background-color: #0EE4FF; }
a { background-color: rgb(14,228,255); }
div.DivClassName
{
background-color: #0EE4FF;
}
.BgClassName
{
background-color: #0EE4FF;
}
</style>
border-color css
<style>
span { border-color: #0EE4FF; }
span { border-color: rgb(14,228,255); }
td.TdClassName
{
border-color: #0EE4FF;
}
.TagClassName
{
border-color: #0EE4FF;
}
</style>