Shades of Aqua #02E5FA
Tints of Aqua #02E5FA
RGB
CMYK
RGB Variations
Color information
#02E5FA (or 0x02E5FA) is known color: Aqua. HEX triplet: 02, E5 and FA. RGB value is (2,229,250). Sum of RGB (Red+Green+Blue) = 2+229+250=481 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #02E5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02E5FA is #FD1A05. Grayscale: #A3A3A3. Windows color (decimal): -16587270 or 16442626. OLE color: 16442626.
HSL color Cylindrical-coordinate representation of color #02E5FA: hue angle of 185.08º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E5FA is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 229 | 250 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.02 |
| HSL | 185.08º | 0.98% | 0.49% | - |
| HSV(B) | 185.08º | 0.99% | 0.98% | - |
| XYZ | 45.3 | 62.95 | 100.21 | - |
| YUV | 163.52 | 176.79 | 12.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 250 | 0.99 | 0.08 | 0 | 0.02 | 185.08 | 0.98 | 0.49 |
| Hex | 2 | E5 | FA | 63 | 8 | 0 | 2 | B9 | 62 | 31 |
| Octal | 2 | 345 | 372 | 143 | 10 | 0 | 2 | 271 | 142 | 61 |
| Binary | 10 | 11100101 | 11111010 | 1100011 | 1000 | 0 | 10 | 10111001 | 1100010 | 110001 |
Color Harmonies of #02E5FA
Complementary color
Monochromatic Colors of #02E5FA
Black with #02E5FA
Text Example
Text Example
White with #02E5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E5FA; }
p { color: rgb(2,229,250); }
H1.HeaderClassName
{
color: #02E5FA;
}
.AnyTagClassName
{
color: #02E5FA;
}
</style>
background-color css
<style>
a { background-color: #02E5FA; }
a { background-color: rgb(2,229,250); }
div.DivClassName
{
background-color: #02E5FA;
}
.BgClassName
{
background-color: #02E5FA;
}
</style>
border-color css
<style>
span { border-color: #02E5FA; }
span { border-color: rgb(2,229,250); }
td.TdClassName
{
border-color: #02E5FA;
}
.TagClassName
{
border-color: #02E5FA;
}
</style>