Shades of Aqua #0EEBFF
Tints of Aqua #0EEBFF
RGB
CMYK
RGB Variations
Color information
#0EEBFF (or 0x0EEBFF) is known color: Aqua. HEX triplet: 0E, EB and FF. RGB value is (14,235,255). Sum of RGB (Red+Green+Blue) = 14+235+255=504 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.78% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EEBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEBFF is #F11400. Grayscale: #AAAAAA. Windows color (decimal): -15799297 or 16771854. OLE color: 16771854.
HSL color Cylindrical-coordinate representation of color #0EEBFF: hue angle of 184.98º 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 #0EEBFF is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 235 | 255 | - |
| CMYK | 0.95 | 0.08 | 0 | 0 |
| HSL | 184.98º | 1% | 0.53% | - |
| HSV(B) | 184.98º | 0.95% | 1% | - |
| XYZ | 47.94 | 66.73 | 104.96 | - |
| YUV | 171.2 | 175.28 | 15.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 255 | 0.95 | 0.08 | 0 | 0 | 184.98 | 1 | 0.53 |
| Hex | E | EB | FF | 5F | 8 | 0 | 0 | B9 | 64 | 35 |
| Octal | 16 | 353 | 377 | 137 | 10 | 0 | 0 | 271 | 144 | 65 |
| Binary | 1110 | 11101011 | 11111111 | 1011111 | 1000 | 0 | 0 | 10111001 | 1100100 | 110101 |
Color Harmonies of #0EEBFF
Complementary color
Monochromatic Colors of #0EEBFF
Black with #0EEBFF
Text Example
Text Example
White with #0EEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBFF; }
p { color: rgb(14,235,255); }
H1.HeaderClassName
{
color: #0EEBFF;
}
.AnyTagClassName
{
color: #0EEBFF;
}
</style>
background-color css
<style>
a { background-color: #0EEBFF; }
a { background-color: rgb(14,235,255); }
div.DivClassName
{
background-color: #0EEBFF;
}
.BgClassName
{
background-color: #0EEBFF;
}
</style>
border-color css
<style>
span { border-color: #0EEBFF; }
span { border-color: rgb(14,235,255); }
td.TdClassName
{
border-color: #0EEBFF;
}
.TagClassName
{
border-color: #0EEBFF;
}
</style>