Shades of Aqua #02E8FF
Tints of Aqua #02E8FF
RGB
CMYK
RGB Variations
Color information
#02E8FF (or 0x02E8FF) is known color: Aqua. HEX triplet: 02, E8 and FF. RGB value is (2,232,255). Sum of RGB (Red+Green+Blue) = 2+232+255=489 (64% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #02E8FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02E8FF is #FD1700. Grayscale: #A5A5A5. Windows color (decimal): -16586497 or 16771074. OLE color: 16771074.
HSL color Cylindrical-coordinate representation of color #02E8FF: hue angle of 185.45º 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 #02E8FF is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 232 | 255 | - |
| CMYK | 0.99 | 0.09 | 0 | 0 |
| HSL | 185.45º | 1% | 0.5% | - |
| HSV(B) | 185.45º | 0.99% | 1% | - |
| XYZ | 46.93 | 64.95 | 104.67 | - |
| YUV | 165.85 | 178.3 | 11.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 255 | 0.99 | 0.09 | 0 | 0 | 185.45 | 1 | 0.5 |
| Hex | 2 | E8 | FF | 63 | 9 | 0 | 0 | B9 | 64 | 32 |
| Octal | 2 | 350 | 377 | 143 | 11 | 0 | 0 | 271 | 144 | 62 |
| Binary | 10 | 11101000 | 11111111 | 1100011 | 1001 | 0 | 0 | 10111001 | 1100100 | 110010 |
Color Harmonies of #02E8FF
Complementary color
Monochromatic Colors of #02E8FF
Black with #02E8FF
Text Example
Text Example
White with #02E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E8FF; }
p { color: rgb(2,232,255); }
H1.HeaderClassName
{
color: #02E8FF;
}
.AnyTagClassName
{
color: #02E8FF;
}
</style>
background-color css
<style>
a { background-color: #02E8FF; }
a { background-color: rgb(2,232,255); }
div.DivClassName
{
background-color: #02E8FF;
}
.BgClassName
{
background-color: #02E8FF;
}
</style>
border-color css
<style>
span { border-color: #02E8FF; }
span { border-color: rgb(2,232,255); }
td.TdClassName
{
border-color: #02E8FF;
}
.TagClassName
{
border-color: #02E8FF;
}
</style>