Shades of Aqua #02F7FF
Tints of Aqua #02F7FF
RGB
CMYK
RGB Variations
Color information
#02F7FF (or 0x02F7FF) is known color: Aqua. HEX triplet: 02, F7 and FF. RGB value is (2,247,255). Sum of RGB (Red+Green+Blue) = 2+247+255=504 (66% of max value = 765). Red value is 2 (1.17% from 255 or 0.40% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #02F7FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02F7FF is #FD0800. Grayscale: #AEAEAE. Windows color (decimal): -16582657 or 16774914. OLE color: 16774914.
HSL color Cylindrical-coordinate representation of color #02F7FF: hue angle of 181.9º 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 #02F7FF is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 247 | 255 | - |
| CMYK | 0.99 | 0.03 | 0 | 0 |
| HSL | 181.9º | 1% | 0.5% | - |
| HSV(B) | 181.9º | 0.99% | 1% | - |
| XYZ | 51.34 | 73.75 | 106.14 | - |
| YUV | 174.66 | 173.33 | 4.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 247 | 255 | 0.99 | 0.03 | 0 | 0 | 181.9 | 1 | 0.5 |
| Hex | 2 | F7 | FF | 63 | 3 | 0 | 0 | B6 | 64 | 32 |
| Octal | 2 | 367 | 377 | 143 | 3 | 0 | 0 | 266 | 144 | 62 |
| Binary | 10 | 11110111 | 11111111 | 1100011 | 11 | 0 | 0 | 10110110 | 1100100 | 110010 |
Color Harmonies of #02F7FF
Complementary color
Monochromatic Colors of #02F7FF
Black with #02F7FF
Text Example
Text Example
White with #02F7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F7FF; }
p { color: rgb(2,247,255); }
H1.HeaderClassName
{
color: #02F7FF;
}
.AnyTagClassName
{
color: #02F7FF;
}
</style>
background-color css
<style>
a { background-color: #02F7FF; }
a { background-color: rgb(2,247,255); }
div.DivClassName
{
background-color: #02F7FF;
}
.BgClassName
{
background-color: #02F7FF;
}
</style>
border-color css
<style>
span { border-color: #02F7FF; }
span { border-color: rgb(2,247,255); }
td.TdClassName
{
border-color: #02F7FF;
}
.TagClassName
{
border-color: #02F7FF;
}
</style>