Shades of Aqua #0EF2FF
Tints of Aqua #0EF2FF
RGB
CMYK
RGB Variations
Color information
#0EF2FF (or 0x0EF2FF) is known color: Aqua. HEX triplet: 0E, F2 and FF. RGB value is (14,242,255). Sum of RGB (Red+Green+Blue) = 14+242+255=511 (67% of max value = 765). Red value is 14 (5.86% from 255 or 2.74% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EF2FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EF2FF is #F10D00. Grayscale: #AFAFAF. Windows color (decimal): -15797505 or 16773646. OLE color: 16773646.
HSL color Cylindrical-coordinate representation of color #0EF2FF: hue angle of 183.24º 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 #0EF2FF is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 242 | 255 | - |
| CMYK | 0.95 | 0.05 | 0 | 0 |
| HSL | 183.24º | 1% | 0.53% | - |
| HSV(B) | 183.24º | 0.95% | 1% | - |
| XYZ | 49.98 | 70.82 | 105.64 | - |
| YUV | 175.31 | 172.96 | 12.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 242 | 255 | 0.95 | 0.05 | 0 | 0 | 183.24 | 1 | 0.53 |
| Hex | E | F2 | FF | 5F | 5 | 0 | 0 | B7 | 64 | 35 |
| Octal | 16 | 362 | 377 | 137 | 5 | 0 | 0 | 267 | 144 | 65 |
| Binary | 1110 | 11110010 | 11111111 | 1011111 | 101 | 0 | 0 | 10110111 | 1100100 | 110101 |
Color Harmonies of #0EF2FF
Complementary color
Monochromatic Colors of #0EF2FF
Black with #0EF2FF
Text Example
Text Example
White with #0EF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF2FF; }
p { color: rgb(14,242,255); }
H1.HeaderClassName
{
color: #0EF2FF;
}
.AnyTagClassName
{
color: #0EF2FF;
}
</style>
background-color css
<style>
a { background-color: #0EF2FF; }
a { background-color: rgb(14,242,255); }
div.DivClassName
{
background-color: #0EF2FF;
}
.BgClassName
{
background-color: #0EF2FF;
}
</style>
border-color css
<style>
span { border-color: #0EF2FF; }
span { border-color: rgb(14,242,255); }
td.TdClassName
{
border-color: #0EF2FF;
}
.TagClassName
{
border-color: #0EF2FF;
}
</style>