Shades of Aqua #0EECFF
Tints of Aqua #0EECFF
RGB
CMYK
RGB Variations
Color information
#0EECFF (or 0x0EECFF) is known color: Aqua. HEX triplet: 0E, EC and FF. RGB value is (14,236,255). Sum of RGB (Red+Green+Blue) = 14+236+255=505 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.77% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EECFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EECFF is #F11300. Grayscale: #ABABAB. Windows color (decimal): -15799041 or 16772110. OLE color: 16772110.
HSL color Cylindrical-coordinate representation of color #0EECFF: hue angle of 184.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 #0EECFF is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 236 | 255 | - |
| CMYK | 0.95 | 0.07 | 0 | 0 |
| HSL | 184.73º | 1% | 0.53% | - |
| HSV(B) | 184.73º | 0.95% | 1% | - |
| XYZ | 48.23 | 67.3 | 105.06 | - |
| YUV | 171.79 | 174.95 | 15.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 255 | 0.95 | 0.07 | 0 | 0 | 184.73 | 1 | 0.53 |
| Hex | E | EC | FF | 5F | 7 | 0 | 0 | B9 | 64 | 35 |
| Octal | 16 | 354 | 377 | 137 | 7 | 0 | 0 | 271 | 144 | 65 |
| Binary | 1110 | 11101100 | 11111111 | 1011111 | 111 | 0 | 0 | 10111001 | 1100100 | 110101 |
Color Harmonies of #0EECFF
Complementary color
Monochromatic Colors of #0EECFF
Black with #0EECFF
Text Example
Text Example
White with #0EECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EECFF; }
p { color: rgb(14,236,255); }
H1.HeaderClassName
{
color: #0EECFF;
}
.AnyTagClassName
{
color: #0EECFF;
}
</style>
background-color css
<style>
a { background-color: #0EECFF; }
a { background-color: rgb(14,236,255); }
div.DivClassName
{
background-color: #0EECFF;
}
.BgClassName
{
background-color: #0EECFF;
}
</style>
border-color css
<style>
span { border-color: #0EECFF; }
span { border-color: rgb(14,236,255); }
td.TdClassName
{
border-color: #0EECFF;
}
.TagClassName
{
border-color: #0EECFF;
}
</style>