Shades of Deep Sky Blue #02BBFF
Tints of Deep Sky Blue #02BBFF
RGB
CMYK
RGB Variations
Color information
#02BBFF (or 0x02BBFF) is known color: Deep Sky Blue. HEX triplet: 02, BB and FF. RGB value is (2,187,255). Sum of RGB (Red+Green+Blue) = 2+187+255=444 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #02BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BBFF is #FD4400. Grayscale: #8A8A8A. Windows color (decimal): -16598017 or 16759554. OLE color: 16759554.
HSL color Cylindrical-coordinate representation of color #02BBFF: hue angle of 196.13º 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 #02BBFF is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 187 | 255 | - |
| CMYK | 0.99 | 0.27 | 0 | 0 |
| HSL | 196.13º | 1% | 0.5% | - |
| HSV(B) | 196.13º | 0.99% | 1% | - |
| XYZ | 35.85 | 42.77 | 100.97 | - |
| YUV | 139.44 | 193.21 | 29.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 255 | 0.99 | 0.27 | 0 | 0 | 196.13 | 1 | 0.5 |
| Hex | 2 | BB | FF | 63 | 1B | 0 | 0 | C4 | 64 | 32 |
| Octal | 2 | 273 | 377 | 143 | 33 | 0 | 0 | 304 | 144 | 62 |
| Binary | 10 | 10111011 | 11111111 | 1100011 | 11011 | 0 | 0 | 11000100 | 1100100 | 110010 |
Color Harmonies of #02BBFF
Complementary color
Monochromatic Colors of #02BBFF
Black with #02BBFF
Text Example
Text Example
White with #02BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BBFF; }
p { color: rgb(2,187,255); }
H1.HeaderClassName
{
color: #02BBFF;
}
.AnyTagClassName
{
color: #02BBFF;
}
</style>
background-color css
<style>
a { background-color: #02BBFF; }
a { background-color: rgb(2,187,255); }
div.DivClassName
{
background-color: #02BBFF;
}
.BgClassName
{
background-color: #02BBFF;
}
</style>
border-color css
<style>
span { border-color: #02BBFF; }
span { border-color: rgb(2,187,255); }
td.TdClassName
{
border-color: #02BBFF;
}
.TagClassName
{
border-color: #02BBFF;
}
</style>