Shades of Aqua #00E2FA
Tints of Aqua #00E2FA
RGB
CMYK
RGB Variations
Color information
#00E2FA (or 0x00E2FA) is known color: Aqua. HEX triplet: 00, E2 and FA. RGB value is (0,226,250). Sum of RGB (Red+Green+Blue) = 0+226+250=476 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #00E2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E2FA is #FF1D05. Grayscale: #A0A0A0. Windows color (decimal): -16719110 or 16441856. OLE color: 16441856.
HSL color Cylindrical-coordinate representation of color #00E2FA: hue angle of 185.76º 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 #00E2FA is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 226 | 250 | - |
| CMYK | 1 | 0.10 | 0 | 0.02 |
| HSL | 185.76º | 1% | 0.49% | - |
| HSV(B) | 185.76º | 1% | 0.98% | - |
| XYZ | 44.45 | 61.29 | 99.93 | - |
| YUV | 161.16 | 178.13 | 13.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 226 | 250 | 1 | 0.10 | 0 | 0.02 | 185.76 | 1 | 0.49 |
| Hex | 0 | E2 | FA | 64 | A | 0 | 2 | BA | 64 | 31 |
| Octal | 0 | 342 | 372 | 144 | 12 | 0 | 2 | 272 | 144 | 61 |
| Binary | 0 | 11100010 | 11111010 | 1100100 | 1010 | 0 | 10 | 10111010 | 1100100 | 110001 |
Color Harmonies of #00E2FA
Complementary color
Monochromatic Colors of #00E2FA
Black with #00E2FA
Text Example
Text Example
White with #00E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E2FA; }
p { color: rgb(0,226,250); }
H1.HeaderClassName
{
color: #00E2FA;
}
.AnyTagClassName
{
color: #00E2FA;
}
</style>
background-color css
<style>
a { background-color: #00E2FA; }
a { background-color: rgb(0,226,250); }
div.DivClassName
{
background-color: #00E2FA;
}
.BgClassName
{
background-color: #00E2FA;
}
</style>
border-color css
<style>
span { border-color: #00E2FA; }
span { border-color: rgb(0,226,250); }
td.TdClassName
{
border-color: #00E2FA;
}
.TagClassName
{
border-color: #00E2FA;
}
</style>