Shades of Aqua #0EFEFF
Tints of Aqua #0EFEFF
RGB
CMYK
RGB Variations
Color information
#0EFEFF (or 0x0EFEFF) is known color: Aqua. HEX triplet: 0E, FE and FF. RGB value is (14,254,255). Sum of RGB (Red+Green+Blue) = 14+254+255=523 (69% of max value = 765). Red value is 14 (5.86% from 255 or 2.68% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EFEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFEFF is #F10100. Grayscale: #B6B6B6. Windows color (decimal): -15794433 or 16776718. OLE color: 16776718.
HSL color Cylindrical-coordinate representation of color #0EFEFF: hue angle of 180.25º 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 #0EFEFF is Cyan = 0.95, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 254 | 255 | - |
| CMYK | 0.95 | 0.00 | 0 | 0 |
| HSL | 180.25º | 1% | 0.53% | - |
| HSV(B) | 180.25º | 0.95% | 1% | - |
| XYZ | 53.67 | 78.2 | 106.87 | - |
| YUV | 182.35 | 168.99 | 7.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 255 | 0.95 | 0.00 | 0 | 0 | 180.25 | 1 | 0.53 |
| Hex | E | FE | FF | 5F | 0 | 0 | 0 | B4 | 64 | 35 |
| Octal | 16 | 376 | 377 | 137 | 0 | 0 | 0 | 264 | 144 | 65 |
| Binary | 1110 | 11111110 | 11111111 | 1011111 | 0 | 0 | 0 | 10110100 | 1100100 | 110101 |
Color Harmonies of #0EFEFF
Complementary color
Monochromatic Colors of #0EFEFF
Black with #0EFEFF
Text Example
Text Example
White with #0EFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFEFF; }
p { color: rgb(14,254,255); }
H1.HeaderClassName
{
color: #0EFEFF;
}
.AnyTagClassName
{
color: #0EFEFF;
}
</style>
background-color css
<style>
a { background-color: #0EFEFF; }
a { background-color: rgb(14,254,255); }
div.DivClassName
{
background-color: #0EFEFF;
}
.BgClassName
{
background-color: #0EFEFF;
}
</style>
border-color css
<style>
span { border-color: #0EFEFF; }
span { border-color: rgb(14,254,255); }
td.TdClassName
{
border-color: #0EFEFF;
}
.TagClassName
{
border-color: #0EFEFF;
}
</style>