Shades of Aqua #02E9FE
Tints of Aqua #02E9FE
RGB
CMYK
RGB Variations
Color information
#02E9FE (or 0x02E9FE) is known color: Aqua. HEX triplet: 02, E9 and FE. RGB value is (2,233,254). Sum of RGB (Red+Green+Blue) = 2+233+254=489 (64% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #02E9FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02E9FE is #FD1601. Grayscale: #A6A6A6. Windows color (decimal): -16586242 or 16705794. OLE color: 16705794.
HSL color Cylindrical-coordinate representation of color #02E9FE: hue angle of 185º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E9FE is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 233 | 254 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.00 |
| HSL | 185º | 0.99% | 0.5% | - |
| HSV(B) | 185º | 0.99% | 1% | - |
| XYZ | 47.05 | 65.45 | 103.92 | - |
| YUV | 166.33 | 177.47 | 10.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 233 | 254 | 0.99 | 0.08 | 0 | 0.00 | 185 | 0.99 | 0.5 |
| Hex | 2 | E9 | FE | 63 | 8 | 0 | 0 | B9 | 63 | 32 |
| Octal | 2 | 351 | 376 | 143 | 10 | 0 | 0 | 271 | 143 | 62 |
| Binary | 10 | 11101001 | 11111110 | 1100011 | 1000 | 0 | 0 | 10111001 | 1100011 | 110010 |
Color Harmonies of #02E9FE
Complementary color
Monochromatic Colors of #02E9FE
Black with #02E9FE
Text Example
Text Example
White with #02E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E9FE; }
p { color: rgb(2,233,254); }
H1.HeaderClassName
{
color: #02E9FE;
}
.AnyTagClassName
{
color: #02E9FE;
}
</style>
background-color css
<style>
a { background-color: #02E9FE; }
a { background-color: rgb(2,233,254); }
div.DivClassName
{
background-color: #02E9FE;
}
.BgClassName
{
background-color: #02E9FE;
}
</style>
border-color css
<style>
span { border-color: #02E9FE; }
span { border-color: rgb(2,233,254); }
td.TdClassName
{
border-color: #02E9FE;
}
.TagClassName
{
border-color: #02E9FE;
}
</style>