Shades of Aqua #0EEDFE
Tints of Aqua #0EEDFE
RGB
CMYK
RGB Variations
Color information
#0EEDFE (or 0x0EEDFE) is known color: Aqua. HEX triplet: 0E, ED and FE. RGB value is (14,237,254). Sum of RGB (Red+Green+Blue) = 14+237+254=505 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.77% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EEDFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEDFE is #F11201. Grayscale: #ABABAB. Windows color (decimal): -15798786 or 16706830. OLE color: 16706830.
HSL color Cylindrical-coordinate representation of color #0EEDFE: hue angle of 184.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 #0EEDFE is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 237 | 254 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.00 |
| HSL | 184.25º | 0.99% | 0.53% | - |
| HSV(B) | 184.25º | 0.94% | 1% | - |
| XYZ | 48.35 | 67.82 | 104.31 | - |
| YUV | 172.26 | 174.12 | 15.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 237 | 254 | 0.94 | 0.07 | 0 | 0.00 | 184.25 | 0.99 | 0.53 |
| Hex | E | ED | FE | 5E | 7 | 0 | 0 | B8 | 63 | 35 |
| Octal | 16 | 355 | 376 | 136 | 7 | 0 | 0 | 270 | 143 | 65 |
| Binary | 1110 | 11101101 | 11111110 | 1011110 | 111 | 0 | 0 | 10111000 | 1100011 | 110101 |
Color Harmonies of #0EEDFE
Complementary color
Monochromatic Colors of #0EEDFE
Black with #0EEDFE
Text Example
Text Example
White with #0EEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEDFE; }
p { color: rgb(14,237,254); }
H1.HeaderClassName
{
color: #0EEDFE;
}
.AnyTagClassName
{
color: #0EEDFE;
}
</style>
background-color css
<style>
a { background-color: #0EEDFE; }
a { background-color: rgb(14,237,254); }
div.DivClassName
{
background-color: #0EEDFE;
}
.BgClassName
{
background-color: #0EEDFE;
}
</style>
border-color css
<style>
span { border-color: #0EEDFE; }
span { border-color: rgb(14,237,254); }
td.TdClassName
{
border-color: #0EEDFE;
}
.TagClassName
{
border-color: #0EEDFE;
}
</style>