Shades of Deep Sky Blue #02BBF0
Tints of Deep Sky Blue #02BBF0
RGB
CMYK
RGB Variations
Color information
#02BBF0 (or 0x02BBF0) is known color: Deep Sky Blue. HEX triplet: 02, BB and F0. RGB value is (2,187,240). Sum of RGB (Red+Green+Blue) = 2+187+240=429 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #02BBF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BBF0 is #FD440F. Grayscale: #898989. Windows color (decimal): -16598032 or 15776514. OLE color: 15776514.
HSL color Cylindrical-coordinate representation of color #02BBF0: hue angle of 193.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBF0 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 187 | 240 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.06 |
| HSL | 193.36º | 0.98% | 0.47% | - |
| HSV(B) | 193.36º | 0.99% | 0.94% | - |
| XYZ | 33.52 | 41.84 | 88.75 | - |
| YUV | 137.73 | 185.71 | 31.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 240 | 0.99 | 0.22 | 0 | 0.06 | 193.36 | 0.98 | 0.47 |
| Hex | 2 | BB | F0 | 63 | 16 | 0 | 6 | C1 | 62 | 2F |
| Octal | 2 | 273 | 360 | 143 | 26 | 0 | 6 | 301 | 142 | 57 |
| Binary | 10 | 10111011 | 11110000 | 1100011 | 10110 | 0 | 110 | 11000001 | 1100010 | 101111 |
Color Harmonies of #02BBF0
Complementary color
Monochromatic Colors of #02BBF0
Black with #02BBF0
Text Example
Text Example
White with #02BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BBF0; }
p { color: rgb(2,187,240); }
H1.HeaderClassName
{
color: #02BBF0;
}
.AnyTagClassName
{
color: #02BBF0;
}
</style>
background-color css
<style>
a { background-color: #02BBF0; }
a { background-color: rgb(2,187,240); }
div.DivClassName
{
background-color: #02BBF0;
}
.BgClassName
{
background-color: #02BBF0;
}
</style>
border-color css
<style>
span { border-color: #02BBF0; }
span { border-color: rgb(2,187,240); }
td.TdClassName
{
border-color: #02BBF0;
}
.TagClassName
{
border-color: #02BBF0;
}
</style>