Shades of Aqua #02F6FB
Tints of Aqua #02F6FB
RGB
CMYK
RGB Variations
Color information
#02F6FB (or 0x02F6FB) is known color: Aqua. HEX triplet: 02, F6 and FB. RGB value is (2,246,251). Sum of RGB (Red+Green+Blue) = 2+246+251=499 (66% of max value = 765). Red value is 2 (1.17% from 255 or 0.40% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #02F6FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02F6FB is #FD0904. Grayscale: #ADADAD. Windows color (decimal): -16582917 or 16512514. OLE color: 16512514.
HSL color Cylindrical-coordinate representation of color #02F6FB: hue angle of 181.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F6FB is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 246 | 251 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.02 |
| HSL | 181.2º | 0.98% | 0.5% | - |
| HSV(B) | 181.2º | 0.99% | 0.98% | - |
| XYZ | 50.39 | 72.89 | 102.68 | - |
| YUV | 173.61 | 171.66 | 5.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 246 | 251 | 0.99 | 0.02 | 0 | 0.02 | 181.2 | 0.98 | 0.5 |
| Hex | 2 | F6 | FB | 63 | 2 | 0 | 2 | B5 | 62 | 32 |
| Octal | 2 | 366 | 373 | 143 | 2 | 0 | 2 | 265 | 142 | 62 |
| Binary | 10 | 11110110 | 11111011 | 1100011 | 10 | 0 | 10 | 10110101 | 1100010 | 110010 |
Color Harmonies of #02F6FB
Complementary color
Monochromatic Colors of #02F6FB
Black with #02F6FB
Text Example
Text Example
White with #02F6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F6FB; }
p { color: rgb(2,246,251); }
H1.HeaderClassName
{
color: #02F6FB;
}
.AnyTagClassName
{
color: #02F6FB;
}
</style>
background-color css
<style>
a { background-color: #02F6FB; }
a { background-color: rgb(2,246,251); }
div.DivClassName
{
background-color: #02F6FB;
}
.BgClassName
{
background-color: #02F6FB;
}
</style>
border-color css
<style>
span { border-color: #02F6FB; }
span { border-color: rgb(2,246,251); }
td.TdClassName
{
border-color: #02F6FB;
}
.TagClassName
{
border-color: #02F6FB;
}
</style>