Shades of Aqua #02ECF6
Tints of Aqua #02ECF6
RGB
CMYK
RGB Variations
Color information
#02ECF6 (or 0x02ECF6) is known color: Aqua. HEX triplet: 02, EC and F6. RGB value is (2,236,246). Sum of RGB (Red+Green+Blue) = 2+236+246=484 (64% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #02ECF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02ECF6 is #FD1309. Grayscale: #A6A6A6. Windows color (decimal): -16585482 or 16182274. OLE color: 16182274.
HSL color Cylindrical-coordinate representation of color #02ECF6: hue angle of 182.46º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ECF6 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 236 | 246 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.04 |
| HSL | 182.46º | 0.98% | 0.49% | - |
| HSV(B) | 182.46º | 0.99% | 0.96% | - |
| XYZ | 46.66 | 66.66 | 97.6 | - |
| YUV | 167.17 | 172.48 | 10.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 246 | 0.99 | 0.04 | 0 | 0.04 | 182.46 | 0.98 | 0.49 |
| Hex | 2 | EC | F6 | 63 | 4 | 0 | 4 | B6 | 62 | 31 |
| Octal | 2 | 354 | 366 | 143 | 4 | 0 | 4 | 266 | 142 | 61 |
| Binary | 10 | 11101100 | 11110110 | 1100011 | 100 | 0 | 100 | 10110110 | 1100010 | 110001 |
Color Harmonies of #02ECF6
Complementary color
Monochromatic Colors of #02ECF6
Black with #02ECF6
Text Example
Text Example
White with #02ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ECF6; }
p { color: rgb(2,236,246); }
H1.HeaderClassName
{
color: #02ECF6;
}
.AnyTagClassName
{
color: #02ECF6;
}
</style>
background-color css
<style>
a { background-color: #02ECF6; }
a { background-color: rgb(2,236,246); }
div.DivClassName
{
background-color: #02ECF6;
}
.BgClassName
{
background-color: #02ECF6;
}
</style>
border-color css
<style>
span { border-color: #02ECF6; }
span { border-color: rgb(2,236,246); }
td.TdClassName
{
border-color: #02ECF6;
}
.TagClassName
{
border-color: #02ECF6;
}
</style>