Shades of Aqua #0EEBFC
Tints of Aqua #0EEBFC
RGB
CMYK
RGB Variations
Color information
#0EEBFC (or 0x0EEBFC) is known color: Aqua. HEX triplet: 0E, EB and FC. RGB value is (14,235,252). Sum of RGB (Red+Green+Blue) = 14+235+252=501 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.79% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #0EEBFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEBFC is #F11403. Grayscale: #AAAAAA. Windows color (decimal): -15799300 or 16575246. OLE color: 16575246.
HSL color Cylindrical-coordinate representation of color #0EEBFC: hue angle of 184.29º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEBFC is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 235 | 252 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.01 |
| HSL | 184.29º | 0.98% | 0.52% | - |
| HSV(B) | 184.29º | 0.94% | 0.99% | - |
| XYZ | 47.46 | 66.54 | 102.44 | - |
| YUV | 170.86 | 173.78 | 16.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 252 | 0.94 | 0.07 | 0 | 0.01 | 184.29 | 0.98 | 0.52 |
| Hex | E | EB | FC | 5E | 7 | 0 | 1 | B8 | 62 | 34 |
| Octal | 16 | 353 | 374 | 136 | 7 | 0 | 1 | 270 | 142 | 64 |
| Binary | 1110 | 11101011 | 11111100 | 1011110 | 111 | 0 | 1 | 10111000 | 1100010 | 110100 |
Color Harmonies of #0EEBFC
Complementary color
Monochromatic Colors of #0EEBFC
Black with #0EEBFC
Text Example
Text Example
White with #0EEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBFC; }
p { color: rgb(14,235,252); }
H1.HeaderClassName
{
color: #0EEBFC;
}
.AnyTagClassName
{
color: #0EEBFC;
}
</style>
background-color css
<style>
a { background-color: #0EEBFC; }
a { background-color: rgb(14,235,252); }
div.DivClassName
{
background-color: #0EEBFC;
}
.BgClassName
{
background-color: #0EEBFC;
}
</style>
border-color css
<style>
span { border-color: #0EEBFC; }
span { border-color: rgb(14,235,252); }
td.TdClassName
{
border-color: #0EEBFC;
}
.TagClassName
{
border-color: #0EEBFC;
}
</style>