Shades of Aqua #00E0FF
Tints of Aqua #00E0FF
RGB
CMYK
RGB Variations
Color information
#00E0FF (or 0x00E0FF) is known color: Aqua. HEX triplet: 00, E0 and FF. RGB value is (0,224,255). Sum of RGB (Red+Green+Blue) = 0+224+255=479 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #00E0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E0FF is #FF1F00. Grayscale: #A0A0A0. Windows color (decimal): -16719617 or 16769024. OLE color: 16769024.
HSL color Cylindrical-coordinate representation of color #00E0FF: hue angle of 187.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E0FF is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 224 | 255 | - |
| CMYK | 1 | 0.12 | 0 | 0 |
| HSL | 187.29º | 1% | 0.5% | - |
| HSV(B) | 187.29º | 1% | 1% | - |
| XYZ | 44.71 | 60.53 | 103.94 | - |
| YUV | 160.56 | 181.29 | 13.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 224 | 255 | 1 | 0.12 | 0 | 0 | 187.29 | 1 | 0.5 |
| Hex | 0 | E0 | FF | 64 | C | 0 | 0 | BB | 64 | 32 |
| Octal | 0 | 340 | 377 | 144 | 14 | 0 | 0 | 273 | 144 | 62 |
| Binary | 0 | 11100000 | 11111111 | 1100100 | 1100 | 0 | 0 | 10111011 | 1100100 | 110010 |
Color Harmonies of #00E0FF
Complementary color
Monochromatic Colors of #00E0FF
Black with #00E0FF
Text Example
Text Example
White with #00E0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E0FF; }
p { color: rgb(0,224,255); }
H1.HeaderClassName
{
color: #00E0FF;
}
.AnyTagClassName
{
color: #00E0FF;
}
</style>
background-color css
<style>
a { background-color: #00E0FF; }
a { background-color: rgb(0,224,255); }
div.DivClassName
{
background-color: #00E0FF;
}
.BgClassName
{
background-color: #00E0FF;
}
</style>
border-color css
<style>
span { border-color: #00E0FF; }
span { border-color: rgb(0,224,255); }
td.TdClassName
{
border-color: #00E0FF;
}
.TagClassName
{
border-color: #00E0FF;
}
</style>