Shades of Aqua #0EFAFE
Tints of Aqua #0EFAFE
RGB
CMYK
RGB Variations
Color information
#0EFAFE (or 0x0EFAFE) is known color: Aqua. HEX triplet: 0E, FA and FE. RGB value is (14,250,254). Sum of RGB (Red+Green+Blue) = 14+250+254=518 (68% of max value = 765). Red value is 14 (5.86% from 255 or 2.70% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EFAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFAFE is #F10501. Grayscale: #B3B3B3. Windows color (decimal): -15795458 or 16710158. OLE color: 16710158.
HSL color Cylindrical-coordinate representation of color #0EFAFE: hue angle of 181º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFAFE is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 250 | 254 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.00 |
| HSL | 181º | 0.99% | 0.53% | - |
| HSV(B) | 181º | 0.94% | 1% | - |
| XYZ | 52.26 | 75.62 | 105.61 | - |
| YUV | 179.89 | 169.81 | 9.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 250 | 254 | 0.94 | 0.02 | 0 | 0.00 | 181 | 0.99 | 0.53 |
| Hex | E | FA | FE | 5E | 2 | 0 | 0 | B5 | 63 | 35 |
| Octal | 16 | 372 | 376 | 136 | 2 | 0 | 0 | 265 | 143 | 65 |
| Binary | 1110 | 11111010 | 11111110 | 1011110 | 10 | 0 | 0 | 10110101 | 1100011 | 110101 |
Color Harmonies of #0EFAFE
Complementary color
Monochromatic Colors of #0EFAFE
Black with #0EFAFE
Text Example
Text Example
White with #0EFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFAFE; }
p { color: rgb(14,250,254); }
H1.HeaderClassName
{
color: #0EFAFE;
}
.AnyTagClassName
{
color: #0EFAFE;
}
</style>
background-color css
<style>
a { background-color: #0EFAFE; }
a { background-color: rgb(14,250,254); }
div.DivClassName
{
background-color: #0EFAFE;
}
.BgClassName
{
background-color: #0EFAFE;
}
</style>
border-color css
<style>
span { border-color: #0EFAFE; }
span { border-color: rgb(14,250,254); }
td.TdClassName
{
border-color: #0EFAFE;
}
.TagClassName
{
border-color: #0EFAFE;
}
</style>