Shades of Aqua #0EF8FF
Tints of Aqua #0EF8FF
RGB
CMYK
RGB Variations
Color information
#0EF8FF (or 0x0EF8FF) is known color: Aqua. HEX triplet: 0E, F8 and FF. RGB value is (14,248,255). Sum of RGB (Red+Green+Blue) = 14+248+255=517 (68% of max value = 765). Red value is 14 (5.86% from 255 or 2.71% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EF8FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EF8FF is #F10700. Grayscale: #B2B2B2. Windows color (decimal): -15795969 or 16775182. OLE color: 16775182.
HSL color Cylindrical-coordinate representation of color #0EF8FF: hue angle of 181.74º 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 #0EF8FF is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 248 | 255 | - |
| CMYK | 0.95 | 0.03 | 0 | 0 |
| HSL | 181.74º | 1% | 0.53% | - |
| HSV(B) | 181.74º | 0.95% | 1% | - |
| XYZ | 51.8 | 74.45 | 106.25 | - |
| YUV | 178.83 | 170.98 | 10.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 248 | 255 | 0.95 | 0.03 | 0 | 0 | 181.74 | 1 | 0.53 |
| Hex | E | F8 | FF | 5F | 3 | 0 | 0 | B6 | 64 | 35 |
| Octal | 16 | 370 | 377 | 137 | 3 | 0 | 0 | 266 | 144 | 65 |
| Binary | 1110 | 11111000 | 11111111 | 1011111 | 11 | 0 | 0 | 10110110 | 1100100 | 110101 |
Color Harmonies of #0EF8FF
Complementary color
Monochromatic Colors of #0EF8FF
Black with #0EF8FF
Text Example
Text Example
White with #0EF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF8FF; }
p { color: rgb(14,248,255); }
H1.HeaderClassName
{
color: #0EF8FF;
}
.AnyTagClassName
{
color: #0EF8FF;
}
</style>
background-color css
<style>
a { background-color: #0EF8FF; }
a { background-color: rgb(14,248,255); }
div.DivClassName
{
background-color: #0EF8FF;
}
.BgClassName
{
background-color: #0EF8FF;
}
</style>
border-color css
<style>
span { border-color: #0EF8FF; }
span { border-color: rgb(14,248,255); }
td.TdClassName
{
border-color: #0EF8FF;
}
.TagClassName
{
border-color: #0EF8FF;
}
</style>