Shades of Aqua #02E5FF
Tints of Aqua #02E5FF
RGB
CMYK
RGB Variations
Color information
#02E5FF (or 0x02E5FF) is known color: Aqua. HEX triplet: 02, E5 and FF. RGB value is (2,229,255). Sum of RGB (Red+Green+Blue) = 2+229+255=486 (64% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #02E5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02E5FF is #FD1A00. Grayscale: #A3A3A3. Windows color (decimal): -16587265 or 16770306. OLE color: 16770306.
HSL color Cylindrical-coordinate representation of color #02E5FF: hue angle of 186.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E5FF is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 229 | 255 | - |
| CMYK | 0.99 | 0.10 | 0 | 0 |
| HSL | 186.17º | 1% | 0.5% | - |
| HSV(B) | 186.17º | 0.99% | 1% | - |
| XYZ | 46.09 | 63.27 | 104.39 | - |
| YUV | 164.09 | 179.29 | 12.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 255 | 0.99 | 0.10 | 0 | 0 | 186.17 | 1 | 0.5 |
| Hex | 2 | E5 | FF | 63 | A | 0 | 0 | BA | 64 | 32 |
| Octal | 2 | 345 | 377 | 143 | 12 | 0 | 0 | 272 | 144 | 62 |
| Binary | 10 | 11100101 | 11111111 | 1100011 | 1010 | 0 | 0 | 10111010 | 1100100 | 110010 |
Color Harmonies of #02E5FF
Complementary color
Monochromatic Colors of #02E5FF
Black with #02E5FF
Text Example
Text Example
White with #02E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E5FF; }
p { color: rgb(2,229,255); }
H1.HeaderClassName
{
color: #02E5FF;
}
.AnyTagClassName
{
color: #02E5FF;
}
</style>
background-color css
<style>
a { background-color: #02E5FF; }
a { background-color: rgb(2,229,255); }
div.DivClassName
{
background-color: #02E5FF;
}
.BgClassName
{
background-color: #02E5FF;
}
</style>
border-color css
<style>
span { border-color: #02E5FF; }
span { border-color: rgb(2,229,255); }
td.TdClassName
{
border-color: #02E5FF;
}
.TagClassName
{
border-color: #02E5FF;
}
</style>