Shades of Aqua #02FAFF
Tints of Aqua #02FAFF
RGB
CMYK
RGB Variations
Color information
#02FAFF (or 0x02FAFF) is known color: Aqua. HEX triplet: 02, FA and FF. RGB value is (2,250,255). Sum of RGB (Red+Green+Blue) = 2+250+255=507 (67% of max value = 765). Red value is 2 (1.17% from 255 or 0.39% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #02FAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FAFF is #FD0500. Grayscale: #B0B0B0. Windows color (decimal): -16581889 or 16775682. OLE color: 16775682.
HSL color Cylindrical-coordinate representation of color #02FAFF: hue angle of 181.19º 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 #02FAFF is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 250 | 255 | - |
| CMYK | 0.99 | 0.02 | 0 | 0 |
| HSL | 181.19º | 1% | 0.5% | - |
| HSV(B) | 181.19º | 0.99% | 1% | - |
| XYZ | 52.26 | 75.6 | 106.45 | - |
| YUV | 176.42 | 172.34 | 3.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 255 | 0.99 | 0.02 | 0 | 0 | 181.19 | 1 | 0.5 |
| Hex | 2 | FA | FF | 63 | 2 | 0 | 0 | B5 | 64 | 32 |
| Octal | 2 | 372 | 377 | 143 | 2 | 0 | 0 | 265 | 144 | 62 |
| Binary | 10 | 11111010 | 11111111 | 1100011 | 10 | 0 | 0 | 10110101 | 1100100 | 110010 |
Color Harmonies of #02FAFF
Complementary color
Monochromatic Colors of #02FAFF
Black with #02FAFF
Text Example
Text Example
White with #02FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FAFF; }
p { color: rgb(2,250,255); }
H1.HeaderClassName
{
color: #02FAFF;
}
.AnyTagClassName
{
color: #02FAFF;
}
</style>
background-color css
<style>
a { background-color: #02FAFF; }
a { background-color: rgb(2,250,255); }
div.DivClassName
{
background-color: #02FAFF;
}
.BgClassName
{
background-color: #02FAFF;
}
</style>
border-color css
<style>
span { border-color: #02FAFF; }
span { border-color: rgb(2,250,255); }
td.TdClassName
{
border-color: #02FAFF;
}
.TagClassName
{
border-color: #02FAFF;
}
</style>