Shades of Deep Sky Blue #02BCF0
Tints of Deep Sky Blue #02BCF0
RGB
CMYK
RGB Variations
Color information
#02BCF0 (or 0x02BCF0) is known color: Deep Sky Blue. HEX triplet: 02, BC and F0. RGB value is (2,188,240). Sum of RGB (Red+Green+Blue) = 2+188+240=430 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #02BCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BCF0 is #FD430F. Grayscale: #898989. Windows color (decimal): -16597776 or 15776770. OLE color: 15776770.
HSL color Cylindrical-coordinate representation of color #02BCF0: hue angle of 193.11º 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 #02BCF0 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 188 | 240 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.06 |
| HSL | 193.11º | 0.98% | 0.47% | - |
| HSV(B) | 193.11º | 0.99% | 0.94% | - |
| XYZ | 33.74 | 42.27 | 88.82 | - |
| YUV | 138.31 | 185.38 | 30.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 240 | 0.99 | 0.22 | 0 | 0.06 | 193.11 | 0.98 | 0.47 |
| Hex | 2 | BC | F0 | 63 | 16 | 0 | 6 | C1 | 62 | 2F |
| Octal | 2 | 274 | 360 | 143 | 26 | 0 | 6 | 301 | 142 | 57 |
| Binary | 10 | 10111100 | 11110000 | 1100011 | 10110 | 0 | 110 | 11000001 | 1100010 | 101111 |
Color Harmonies of #02BCF0
Complementary color
Monochromatic Colors of #02BCF0
Black with #02BCF0
Text Example
Text Example
White with #02BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCF0; }
p { color: rgb(2,188,240); }
H1.HeaderClassName
{
color: #02BCF0;
}
.AnyTagClassName
{
color: #02BCF0;
}
</style>
background-color css
<style>
a { background-color: #02BCF0; }
a { background-color: rgb(2,188,240); }
div.DivClassName
{
background-color: #02BCF0;
}
.BgClassName
{
background-color: #02BCF0;
}
</style>
border-color css
<style>
span { border-color: #02BCF0; }
span { border-color: rgb(2,188,240); }
td.TdClassName
{
border-color: #02BCF0;
}
.TagClassName
{
border-color: #02BCF0;
}
</style>