Shades of Aqua #02EFFF
Tints of Aqua #02EFFF
RGB
CMYK
RGB Variations
Color information
#02EFFF (or 0x02EFFF) is known color: Aqua. HEX triplet: 02, EF and FF. RGB value is (2,239,255). Sum of RGB (Red+Green+Blue) = 2+239+255=496 (65% of max value = 765). Red value is 2 (1.17% from 255 or 0.40% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #02EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EFFF is #FD1000. Grayscale: #A9A9A9. Windows color (decimal): -16584705 or 16772866. OLE color: 16772866.
HSL color Cylindrical-coordinate representation of color #02EFFF: hue angle of 183.79º 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 #02EFFF is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 239 | 255 | - |
| CMYK | 0.99 | 0.06 | 0 | 0 |
| HSL | 183.79º | 1% | 0.5% | - |
| HSV(B) | 183.79º | 0.99% | 1% | - |
| XYZ | 48.94 | 68.97 | 105.34 | - |
| YUV | 169.96 | 175.98 | 8.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 255 | 0.99 | 0.06 | 0 | 0 | 183.79 | 1 | 0.5 |
| Hex | 2 | EF | FF | 63 | 6 | 0 | 0 | B8 | 64 | 32 |
| Octal | 2 | 357 | 377 | 143 | 6 | 0 | 0 | 270 | 144 | 62 |
| Binary | 10 | 11101111 | 11111111 | 1100011 | 110 | 0 | 0 | 10111000 | 1100100 | 110010 |
Color Harmonies of #02EFFF
Complementary color
Monochromatic Colors of #02EFFF
Black with #02EFFF
Text Example
Text Example
White with #02EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EFFF; }
p { color: rgb(2,239,255); }
H1.HeaderClassName
{
color: #02EFFF;
}
.AnyTagClassName
{
color: #02EFFF;
}
</style>
background-color css
<style>
a { background-color: #02EFFF; }
a { background-color: rgb(2,239,255); }
div.DivClassName
{
background-color: #02EFFF;
}
.BgClassName
{
background-color: #02EFFF;
}
</style>
border-color css
<style>
span { border-color: #02EFFF; }
span { border-color: rgb(2,239,255); }
td.TdClassName
{
border-color: #02EFFF;
}
.TagClassName
{
border-color: #02EFFF;
}
</style>