Shades of Aqua #0EF5FF
Tints of Aqua #0EF5FF
RGB
CMYK
RGB Variations
Color information
#0EF5FF (or 0x0EF5FF) is known color: Aqua. HEX triplet: 0E, F5 and FF. RGB value is (14,245,255). Sum of RGB (Red+Green+Blue) = 14+245+255=514 (68% of max value = 765). Red value is 14 (5.86% from 255 or 2.72% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EF5FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EF5FF is #F10A00. Grayscale: #B0B0B0. Windows color (decimal): -15796737 or 16774414. OLE color: 16774414.
HSL color Cylindrical-coordinate representation of color #0EF5FF: hue angle of 182.49º 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 #0EF5FF is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 245 | 255 | - |
| CMYK | 0.95 | 0.04 | 0 | 0 |
| HSL | 182.49º | 1% | 0.53% | - |
| HSV(B) | 182.49º | 0.95% | 1% | - |
| XYZ | 50.88 | 72.62 | 105.94 | - |
| YUV | 177.07 | 171.97 | 11.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 245 | 255 | 0.95 | 0.04 | 0 | 0 | 182.49 | 1 | 0.53 |
| Hex | E | F5 | FF | 5F | 4 | 0 | 0 | B6 | 64 | 35 |
| Octal | 16 | 365 | 377 | 137 | 4 | 0 | 0 | 266 | 144 | 65 |
| Binary | 1110 | 11110101 | 11111111 | 1011111 | 100 | 0 | 0 | 10110110 | 1100100 | 110101 |
Color Harmonies of #0EF5FF
Complementary color
Monochromatic Colors of #0EF5FF
Black with #0EF5FF
Text Example
Text Example
White with #0EF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF5FF; }
p { color: rgb(14,245,255); }
H1.HeaderClassName
{
color: #0EF5FF;
}
.AnyTagClassName
{
color: #0EF5FF;
}
</style>
background-color css
<style>
a { background-color: #0EF5FF; }
a { background-color: rgb(14,245,255); }
div.DivClassName
{
background-color: #0EF5FF;
}
.BgClassName
{
background-color: #0EF5FF;
}
</style>
border-color css
<style>
span { border-color: #0EF5FF; }
span { border-color: rgb(14,245,255); }
td.TdClassName
{
border-color: #0EF5FF;
}
.TagClassName
{
border-color: #0EF5FF;
}
</style>