Shades of Aqua #0EF0FF
Tints of Aqua #0EF0FF
RGB
CMYK
RGB Variations
Color information
#0EF0FF (or 0x0EF0FF) is known color: Aqua. HEX triplet: 0E, F0 and FF. RGB value is (14,240,255). Sum of RGB (Red+Green+Blue) = 14+240+255=509 (67% of max value = 765). Red value is 14 (5.86% from 255 or 2.75% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EF0FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EF0FF is #F10F00. Grayscale: #ADADAD. Windows color (decimal): -15798017 or 16773134. OLE color: 16773134.
HSL color Cylindrical-coordinate representation of color #0EF0FF: hue angle of 183.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 #0EF0FF is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 240 | 255 | - |
| CMYK | 0.95 | 0.06 | 0 | 0 |
| HSL | 183.73º | 1% | 0.53% | - |
| HSV(B) | 183.73º | 0.95% | 1% | - |
| XYZ | 49.39 | 69.63 | 105.45 | - |
| YUV | 174.14 | 173.63 | 13.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 240 | 255 | 0.95 | 0.06 | 0 | 0 | 183.73 | 1 | 0.53 |
| Hex | E | F0 | FF | 5F | 6 | 0 | 0 | B8 | 64 | 35 |
| Octal | 16 | 360 | 377 | 137 | 6 | 0 | 0 | 270 | 144 | 65 |
| Binary | 1110 | 11110000 | 11111111 | 1011111 | 110 | 0 | 0 | 10111000 | 1100100 | 110101 |
Color Harmonies of #0EF0FF
Complementary color
Monochromatic Colors of #0EF0FF
Black with #0EF0FF
Text Example
Text Example
White with #0EF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF0FF; }
p { color: rgb(14,240,255); }
H1.HeaderClassName
{
color: #0EF0FF;
}
.AnyTagClassName
{
color: #0EF0FF;
}
</style>
background-color css
<style>
a { background-color: #0EF0FF; }
a { background-color: rgb(14,240,255); }
div.DivClassName
{
background-color: #0EF0FF;
}
.BgClassName
{
background-color: #0EF0FF;
}
</style>
border-color css
<style>
span { border-color: #0EF0FF; }
span { border-color: rgb(14,240,255); }
td.TdClassName
{
border-color: #0EF0FF;
}
.TagClassName
{
border-color: #0EF0FF;
}
</style>