Shades of Aqua #02ECFF
Tints of Aqua #02ECFF
RGB
CMYK
RGB Variations
Color information
#02ECFF (or 0x02ECFF) is known color: Aqua. HEX triplet: 02, EC and FF. RGB value is (2,236,255). Sum of RGB (Red+Green+Blue) = 2+236+255=493 (65% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #02ECFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02ECFF is #FD1300. Grayscale: #A7A7A7. Windows color (decimal): -16585473 or 16772098. OLE color: 16772098.
HSL color Cylindrical-coordinate representation of color #02ECFF: hue angle of 184.51º 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 #02ECFF is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 236 | 255 | - |
| CMYK | 0.99 | 0.07 | 0 | 0 |
| HSL | 184.51º | 1% | 0.5% | - |
| HSV(B) | 184.51º | 0.99% | 1% | - |
| XYZ | 48.07 | 67.22 | 105.05 | - |
| YUV | 168.2 | 176.98 | 9.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 255 | 0.99 | 0.07 | 0 | 0 | 184.51 | 1 | 0.5 |
| Hex | 2 | EC | FF | 63 | 7 | 0 | 0 | B9 | 64 | 32 |
| Octal | 2 | 354 | 377 | 143 | 7 | 0 | 0 | 271 | 144 | 62 |
| Binary | 10 | 11101100 | 11111111 | 1100011 | 111 | 0 | 0 | 10111001 | 1100100 | 110010 |
Color Harmonies of #02ECFF
Complementary color
Monochromatic Colors of #02ECFF
Black with #02ECFF
Text Example
Text Example
White with #02ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ECFF; }
p { color: rgb(2,236,255); }
H1.HeaderClassName
{
color: #02ECFF;
}
.AnyTagClassName
{
color: #02ECFF;
}
</style>
background-color css
<style>
a { background-color: #02ECFF; }
a { background-color: rgb(2,236,255); }
div.DivClassName
{
background-color: #02ECFF;
}
.BgClassName
{
background-color: #02ECFF;
}
</style>
border-color css
<style>
span { border-color: #02ECFF; }
span { border-color: rgb(2,236,255); }
td.TdClassName
{
border-color: #02ECFF;
}
.TagClassName
{
border-color: #02ECFF;
}
</style>