Shades of Aqua #02FEFF
Tints of Aqua #02FEFF
RGB
CMYK
RGB Variations
Color information
#02FEFF (or 0x02FEFF) is known color: Aqua. HEX triplet: 02, FE and FF. RGB value is (2,254,255). Sum of RGB (Red+Green+Blue) = 2+254+255=511 (67% of max value = 765). Red value is 2 (1.17% from 255 or 0.39% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #02FEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FEFF is #FD0100. Grayscale: #B2B2B2. Windows color (decimal): -16580865 or 16776706. OLE color: 16776706.
HSL color Cylindrical-coordinate representation of color #02FEFF: hue angle of 180.24º 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 #02FEFF is Cyan = 0.99, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 254 | 255 | - |
| CMYK | 0.99 | 0.00 | 0 | 0 |
| HSL | 180.24º | 1% | 0.5% | - |
| HSV(B) | 180.24º | 0.99% | 1% | - |
| XYZ | 53.52 | 78.12 | 106.87 | - |
| YUV | 178.77 | 171.01 | 1.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 255 | 0.99 | 0.00 | 0 | 0 | 180.24 | 1 | 0.5 |
| Hex | 2 | FE | FF | 63 | 0 | 0 | 0 | B4 | 64 | 32 |
| Octal | 2 | 376 | 377 | 143 | 0 | 0 | 0 | 264 | 144 | 62 |
| Binary | 10 | 11111110 | 11111111 | 1100011 | 0 | 0 | 0 | 10110100 | 1100100 | 110010 |
Color Harmonies of #02FEFF
Complementary color
Monochromatic Colors of #02FEFF
Black with #02FEFF
Text Example
Text Example
White with #02FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEFF; }
p { color: rgb(2,254,255); }
H1.HeaderClassName
{
color: #02FEFF;
}
.AnyTagClassName
{
color: #02FEFF;
}
</style>
background-color css
<style>
a { background-color: #02FEFF; }
a { background-color: rgb(2,254,255); }
div.DivClassName
{
background-color: #02FEFF;
}
.BgClassName
{
background-color: #02FEFF;
}
</style>
border-color css
<style>
span { border-color: #02FEFF; }
span { border-color: rgb(2,254,255); }
td.TdClassName
{
border-color: #02FEFF;
}
.TagClassName
{
border-color: #02FEFF;
}
</style>