Shades of Aqua #00E5FA
Tints of Aqua #00E5FA
RGB
CMYK
RGB Variations
Color information
#00E5FA (or 0x00E5FA) is known color: Aqua. HEX triplet: 00, E5 and FA. RGB value is (0,229,250). Sum of RGB (Red+Green+Blue) = 0+229+250=479 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #00E5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E5FA is #FF1A05. Grayscale: #A2A2A2. Windows color (decimal): -16718342 or 16442624. OLE color: 16442624.
HSL color Cylindrical-coordinate representation of color #00E5FA: hue angle of 185.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E5FA is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 229 | 250 | - |
| CMYK | 1 | 0.08 | 0 | 0.02 |
| HSL | 185.04º | 1% | 0.49% | - |
| HSV(B) | 185.04º | 1% | 0.98% | - |
| XYZ | 45.27 | 62.94 | 100.21 | - |
| YUV | 162.92 | 177.13 | 11.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 229 | 250 | 1 | 0.08 | 0 | 0.02 | 185.04 | 1 | 0.49 |
| Hex | 0 | E5 | FA | 64 | 8 | 0 | 2 | B9 | 64 | 31 |
| Octal | 0 | 345 | 372 | 144 | 10 | 0 | 2 | 271 | 144 | 61 |
| Binary | 0 | 11100101 | 11111010 | 1100100 | 1000 | 0 | 10 | 10111001 | 1100100 | 110001 |
Color Harmonies of #00E5FA
Complementary color
Monochromatic Colors of #00E5FA
Black with #00E5FA
Text Example
Text Example
White with #00E5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E5FA; }
p { color: rgb(0,229,250); }
H1.HeaderClassName
{
color: #00E5FA;
}
.AnyTagClassName
{
color: #00E5FA;
}
</style>
background-color css
<style>
a { background-color: #00E5FA; }
a { background-color: rgb(0,229,250); }
div.DivClassName
{
background-color: #00E5FA;
}
.BgClassName
{
background-color: #00E5FA;
}
</style>
border-color css
<style>
span { border-color: #00E5FA; }
span { border-color: rgb(0,229,250); }
td.TdClassName
{
border-color: #00E5FA;
}
.TagClassName
{
border-color: #00E5FA;
}
</style>