Shades of Aqua #00E5FF
Tints of Aqua #00E5FF
RGB
CMYK
RGB Variations
Color information
#00E5FF (or 0x00E5FF) is known color: Aqua. HEX triplet: 00, E5 and FF. RGB value is (0,229,255). Sum of RGB (Red+Green+Blue) = 0+229+255=484 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #00E5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E5FF is #FF1A00. Grayscale: #A3A3A3. Windows color (decimal): -16718337 or 16770304. OLE color: 16770304.
HSL color Cylindrical-coordinate representation of color #00E5FF: hue angle of 186.12º 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 #00E5FF is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 229 | 255 | - |
| CMYK | 1 | 0.10 | 0 | 0 |
| HSL | 186.12º | 1% | 0.5% | - |
| HSV(B) | 186.12º | 1% | 1% | - |
| XYZ | 46.07 | 63.26 | 104.39 | - |
| YUV | 163.49 | 179.63 | 11.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 229 | 255 | 1 | 0.10 | 0 | 0 | 186.12 | 1 | 0.5 |
| Hex | 0 | E5 | FF | 64 | A | 0 | 0 | BA | 64 | 32 |
| Octal | 0 | 345 | 377 | 144 | 12 | 0 | 0 | 272 | 144 | 62 |
| Binary | 0 | 11100101 | 11111111 | 1100100 | 1010 | 0 | 0 | 10111010 | 1100100 | 110010 |
Color Harmonies of #00E5FF
Complementary color
Monochromatic Colors of #00E5FF
Black with #00E5FF
Text Example
Text Example
White with #00E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E5FF; }
p { color: rgb(0,229,255); }
H1.HeaderClassName
{
color: #00E5FF;
}
.AnyTagClassName
{
color: #00E5FF;
}
</style>
background-color css
<style>
a { background-color: #00E5FF; }
a { background-color: rgb(0,229,255); }
div.DivClassName
{
background-color: #00E5FF;
}
.BgClassName
{
background-color: #00E5FF;
}
</style>
border-color css
<style>
span { border-color: #00E5FF; }
span { border-color: rgb(0,229,255); }
td.TdClassName
{
border-color: #00E5FF;
}
.TagClassName
{
border-color: #00E5FF;
}
</style>