Shades of Aqua #0EFDFE
Tints of Aqua #0EFDFE
RGB
CMYK
RGB Variations
Color information
#0EFDFE (or 0x0EFDFE) is known color: Aqua. HEX triplet: 0E, FD and FE. RGB value is (14,253,254). Sum of RGB (Red+Green+Blue) = 14+253+254=521 (69% of max value = 765). Red value is 14 (5.86% from 255 or 2.69% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EFDFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFDFE is #F10201. Grayscale: #B5B5B5. Windows color (decimal): -15794690 or 16710926. OLE color: 16710926.
HSL color Cylindrical-coordinate representation of color #0EFDFE: hue angle of 180.25º 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 #0EFDFE is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 253 | 254 | - |
| CMYK | 0.94 | 0.00 | 0 | 0.00 |
| HSL | 180.25º | 0.99% | 0.53% | - |
| HSV(B) | 180.25º | 0.94% | 1% | - |
| XYZ | 53.2 | 77.5 | 105.92 | - |
| YUV | 181.65 | 168.82 | 8.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 253 | 254 | 0.94 | 0.00 | 0 | 0.00 | 180.25 | 0.99 | 0.53 |
| Hex | E | FD | FE | 5E | 0 | 0 | 0 | B4 | 63 | 35 |
| Octal | 16 | 375 | 376 | 136 | 0 | 0 | 0 | 264 | 143 | 65 |
| Binary | 1110 | 11111101 | 11111110 | 1011110 | 0 | 0 | 0 | 10110100 | 1100011 | 110101 |
Color Harmonies of #0EFDFE
Complementary color
Monochromatic Colors of #0EFDFE
Black with #0EFDFE
Text Example
Text Example
White with #0EFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFDFE; }
p { color: rgb(14,253,254); }
H1.HeaderClassName
{
color: #0EFDFE;
}
.AnyTagClassName
{
color: #0EFDFE;
}
</style>
background-color css
<style>
a { background-color: #0EFDFE; }
a { background-color: rgb(14,253,254); }
div.DivClassName
{
background-color: #0EFDFE;
}
.BgClassName
{
background-color: #0EFDFE;
}
</style>
border-color css
<style>
span { border-color: #0EFDFE; }
span { border-color: rgb(14,253,254); }
td.TdClassName
{
border-color: #0EFDFE;
}
.TagClassName
{
border-color: #0EFDFE;
}
</style>