Shades of Aqua #02EFF1
Tints of Aqua #02EFF1
RGB
CMYK
RGB Variations
Color information
#02EFF1 (or 0x02EFF1) is known color: Aqua. HEX triplet: 02, EF and F1. RGB value is (2,239,241). Sum of RGB (Red+Green+Blue) = 2+239+241=482 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #02EFF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EFF1 is #FD100E. Grayscale: #A8A8A8. Windows color (decimal): -16584719 or 15855362. OLE color: 15855362.
HSL color Cylindrical-coordinate representation of color #02EFF1: hue angle of 180.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EFF1 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 239 | 241 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.05 |
| HSL | 180.5º | 0.98% | 0.48% | - |
| HSV(B) | 180.5º | 0.99% | 0.95% | - |
| XYZ | 46.77 | 68.1 | 93.9 | - |
| YUV | 168.37 | 168.98 | 9.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 241 | 0.99 | 0.01 | 0 | 0.05 | 180.5 | 0.98 | 0.48 |
| Hex | 2 | EF | F1 | 63 | 1 | 0 | 5 | B5 | 62 | 30 |
| Octal | 2 | 357 | 361 | 143 | 1 | 0 | 5 | 265 | 142 | 60 |
| Binary | 10 | 11101111 | 11110001 | 1100011 | 1 | 0 | 101 | 10110101 | 1100010 | 110000 |
Color Harmonies of #02EFF1
Complementary color
Monochromatic Colors of #02EFF1
Black with #02EFF1
Text Example
Text Example
White with #02EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EFF1; }
p { color: rgb(2,239,241); }
H1.HeaderClassName
{
color: #02EFF1;
}
.AnyTagClassName
{
color: #02EFF1;
}
</style>
background-color css
<style>
a { background-color: #02EFF1; }
a { background-color: rgb(2,239,241); }
div.DivClassName
{
background-color: #02EFF1;
}
.BgClassName
{
background-color: #02EFF1;
}
</style>
border-color css
<style>
span { border-color: #02EFF1; }
span { border-color: rgb(2,239,241); }
td.TdClassName
{
border-color: #02EFF1;
}
.TagClassName
{
border-color: #02EFF1;
}
</style>