Shades of Aqua #02FBFF
Tints of Aqua #02FBFF
RGB
CMYK
RGB Variations
Color information
#02FBFF (or 0x02FBFF) is known color: Aqua. HEX triplet: 02, FB and FF. RGB value is (2,251,255). Sum of RGB (Red+Green+Blue) = 2+251+255=508 (67% of max value = 765). Red value is 2 (1.17% from 255 or 0.39% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #02FBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FBFF is #FD0400. Grayscale: #B0B0B0. Windows color (decimal): -16581633 or 16775938. OLE color: 16775938.
HSL color Cylindrical-coordinate representation of color #02FBFF: hue angle of 180.95º 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 #02FBFF is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 251 | 255 | - |
| CMYK | 0.99 | 0.02 | 0 | 0 |
| HSL | 180.95º | 1% | 0.5% | - |
| HSV(B) | 180.95º | 0.99% | 1% | - |
| XYZ | 52.57 | 76.23 | 106.55 | - |
| YUV | 177.01 | 172.01 | 3.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 251 | 255 | 0.99 | 0.02 | 0 | 0 | 180.95 | 1 | 0.5 |
| Hex | 2 | FB | FF | 63 | 2 | 0 | 0 | B5 | 64 | 32 |
| Octal | 2 | 373 | 377 | 143 | 2 | 0 | 0 | 265 | 144 | 62 |
| Binary | 10 | 11111011 | 11111111 | 1100011 | 10 | 0 | 0 | 10110101 | 1100100 | 110010 |
Color Harmonies of #02FBFF
Complementary color
Monochromatic Colors of #02FBFF
Black with #02FBFF
Text Example
Text Example
White with #02FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FBFF; }
p { color: rgb(2,251,255); }
H1.HeaderClassName
{
color: #02FBFF;
}
.AnyTagClassName
{
color: #02FBFF;
}
</style>
background-color css
<style>
a { background-color: #02FBFF; }
a { background-color: rgb(2,251,255); }
div.DivClassName
{
background-color: #02FBFF;
}
.BgClassName
{
background-color: #02FBFF;
}
</style>
border-color css
<style>
span { border-color: #02FBFF; }
span { border-color: rgb(2,251,255); }
td.TdClassName
{
border-color: #02FBFF;
}
.TagClassName
{
border-color: #02FBFF;
}
</style>