Shades of Aqua #0EE6FF
Tints of Aqua #0EE6FF
RGB
CMYK
RGB Variations
Color information
#0EE6FF (or 0x0EE6FF) is known color: Aqua. HEX triplet: 0E, E6 and FF. RGB value is (14,230,255). Sum of RGB (Red+Green+Blue) = 14+230+255=499 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.81% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EE6FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EE6FF is #F11900. Grayscale: #A7A7A7. Windows color (decimal): -15800577 or 16770574. OLE color: 16770574.
HSL color Cylindrical-coordinate representation of color #0EE6FF: hue angle of 186.22º 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 #0EE6FF is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 230 | 255 | - |
| CMYK | 0.95 | 0.10 | 0 | 0 |
| HSL | 186.22º | 1% | 0.53% | - |
| HSV(B) | 186.22º | 0.95% | 1% | - |
| XYZ | 46.53 | 63.91 | 104.49 | - |
| YUV | 168.27 | 176.94 | 17.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 255 | 0.95 | 0.10 | 0 | 0 | 186.22 | 1 | 0.53 |
| Hex | E | E6 | FF | 5F | A | 0 | 0 | BA | 64 | 35 |
| Octal | 16 | 346 | 377 | 137 | 12 | 0 | 0 | 272 | 144 | 65 |
| Binary | 1110 | 11100110 | 11111111 | 1011111 | 1010 | 0 | 0 | 10111010 | 1100100 | 110101 |
Color Harmonies of #0EE6FF
Complementary color
Monochromatic Colors of #0EE6FF
Black with #0EE6FF
Text Example
Text Example
White with #0EE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE6FF; }
p { color: rgb(14,230,255); }
H1.HeaderClassName
{
color: #0EE6FF;
}
.AnyTagClassName
{
color: #0EE6FF;
}
</style>
background-color css
<style>
a { background-color: #0EE6FF; }
a { background-color: rgb(14,230,255); }
div.DivClassName
{
background-color: #0EE6FF;
}
.BgClassName
{
background-color: #0EE6FF;
}
</style>
border-color css
<style>
span { border-color: #0EE6FF; }
span { border-color: rgb(14,230,255); }
td.TdClassName
{
border-color: #0EE6FF;
}
.TagClassName
{
border-color: #0EE6FF;
}
</style>