Shades of Aqua #02EFF8
Tints of Aqua #02EFF8
RGB
CMYK
RGB Variations
Color information
#02EFF8 (or 0x02EFF8) is known color: Aqua. HEX triplet: 02, EF and F8. RGB value is (2,239,248). Sum of RGB (Red+Green+Blue) = 2+239+248=489 (64% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #02EFF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EFF8 is #FD1007. Grayscale: #A8A8A8. Windows color (decimal): -16584712 or 16314114. OLE color: 16314114.
HSL color Cylindrical-coordinate representation of color #02EFF8: hue angle of 182.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EFF8 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 239 | 248 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.03 |
| HSL | 182.2º | 0.98% | 0.49% | - |
| HSV(B) | 182.2º | 0.99% | 0.97% | - |
| XYZ | 47.83 | 68.52 | 99.51 | - |
| YUV | 169.16 | 172.48 | 8.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 248 | 0.99 | 0.04 | 0 | 0.03 | 182.2 | 0.98 | 0.49 |
| Hex | 2 | EF | F8 | 63 | 4 | 0 | 3 | B6 | 62 | 31 |
| Octal | 2 | 357 | 370 | 143 | 4 | 0 | 3 | 266 | 142 | 61 |
| Binary | 10 | 11101111 | 11111000 | 1100011 | 100 | 0 | 11 | 10110110 | 1100010 | 110001 |
Color Harmonies of #02EFF8
Complementary color
Monochromatic Colors of #02EFF8
Black with #02EFF8
Text Example
Text Example
White with #02EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EFF8; }
p { color: rgb(2,239,248); }
H1.HeaderClassName
{
color: #02EFF8;
}
.AnyTagClassName
{
color: #02EFF8;
}
</style>
background-color css
<style>
a { background-color: #02EFF8; }
a { background-color: rgb(2,239,248); }
div.DivClassName
{
background-color: #02EFF8;
}
.BgClassName
{
background-color: #02EFF8;
}
</style>
border-color css
<style>
span { border-color: #02EFF8; }
span { border-color: rgb(2,239,248); }
td.TdClassName
{
border-color: #02EFF8;
}
.TagClassName
{
border-color: #02EFF8;
}
</style>