Shades of Aqua #0EF7FF
Tints of Aqua #0EF7FF
RGB
CMYK
RGB Variations
Color information
#0EF7FF (or 0x0EF7FF) is known color: Aqua. HEX triplet: 0E, F7 and FF. RGB value is (14,247,255). Sum of RGB (Red+Green+Blue) = 14+247+255=516 (68% of max value = 765). Red value is 14 (5.86% from 255 or 2.71% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EF7FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EF7FF is #F10800. Grayscale: #B1B1B1. Windows color (decimal): -15796225 or 16774926. OLE color: 16774926.
HSL color Cylindrical-coordinate representation of color #0EF7FF: hue angle of 181.99º 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 #0EF7FF is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 247 | 255 | - |
| CMYK | 0.95 | 0.03 | 0 | 0 |
| HSL | 181.99º | 1% | 0.53% | - |
| HSV(B) | 181.99º | 0.95% | 1% | - |
| XYZ | 51.49 | 73.83 | 106.15 | - |
| YUV | 178.25 | 171.31 | 10.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 247 | 255 | 0.95 | 0.03 | 0 | 0 | 181.99 | 1 | 0.53 |
| Hex | E | F7 | FF | 5F | 3 | 0 | 0 | B6 | 64 | 35 |
| Octal | 16 | 367 | 377 | 137 | 3 | 0 | 0 | 266 | 144 | 65 |
| Binary | 1110 | 11110111 | 11111111 | 1011111 | 11 | 0 | 0 | 10110110 | 1100100 | 110101 |
Color Harmonies of #0EF7FF
Complementary color
Monochromatic Colors of #0EF7FF
Black with #0EF7FF
Text Example
Text Example
White with #0EF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF7FF; }
p { color: rgb(14,247,255); }
H1.HeaderClassName
{
color: #0EF7FF;
}
.AnyTagClassName
{
color: #0EF7FF;
}
</style>
background-color css
<style>
a { background-color: #0EF7FF; }
a { background-color: rgb(14,247,255); }
div.DivClassName
{
background-color: #0EF7FF;
}
.BgClassName
{
background-color: #0EF7FF;
}
</style>
border-color css
<style>
span { border-color: #0EF7FF; }
span { border-color: rgb(14,247,255); }
td.TdClassName
{
border-color: #0EF7FF;
}
.TagClassName
{
border-color: #0EF7FF;
}
</style>