Shades of Aqua #02ECFE
Tints of Aqua #02ECFE
RGB
CMYK
RGB Variations
Color information
#02ECFE (or 0x02ECFE) is known color: Aqua. HEX triplet: 02, EC and FE. RGB value is (2,236,254). Sum of RGB (Red+Green+Blue) = 2+236+254=492 (65% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #02ECFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02ECFE is #FD1301. Grayscale: #A7A7A7. Windows color (decimal): -16585474 or 16706562. OLE color: 16706562.
HSL color Cylindrical-coordinate representation of color #02ECFE: hue angle of 184.29º 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 #02ECFE is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 236 | 254 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.00 |
| HSL | 184.29º | 0.99% | 0.5% | - |
| HSV(B) | 184.29º | 0.99% | 1% | - |
| XYZ | 47.91 | 67.16 | 104.2 | - |
| YUV | 168.09 | 176.48 | 9.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 254 | 0.99 | 0.07 | 0 | 0.00 | 184.29 | 0.99 | 0.5 |
| Hex | 2 | EC | FE | 63 | 7 | 0 | 0 | B8 | 63 | 32 |
| Octal | 2 | 354 | 376 | 143 | 7 | 0 | 0 | 270 | 143 | 62 |
| Binary | 10 | 11101100 | 11111110 | 1100011 | 111 | 0 | 0 | 10111000 | 1100011 | 110010 |
Color Harmonies of #02ECFE
Complementary color
Monochromatic Colors of #02ECFE
Black with #02ECFE
Text Example
Text Example
White with #02ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ECFE; }
p { color: rgb(2,236,254); }
H1.HeaderClassName
{
color: #02ECFE;
}
.AnyTagClassName
{
color: #02ECFE;
}
</style>
background-color css
<style>
a { background-color: #02ECFE; }
a { background-color: rgb(2,236,254); }
div.DivClassName
{
background-color: #02ECFE;
}
.BgClassName
{
background-color: #02ECFE;
}
</style>
border-color css
<style>
span { border-color: #02ECFE; }
span { border-color: rgb(2,236,254); }
td.TdClassName
{
border-color: #02ECFE;
}
.TagClassName
{
border-color: #02ECFE;
}
</style>