Shades of Deep Sky Blue #02BCFB
Tints of Deep Sky Blue #02BCFB
RGB
CMYK
RGB Variations
Color information
#02BCFB (or 0x02BCFB) is known color: Deep Sky Blue. HEX triplet: 02, BC and FB. RGB value is (2,188,251). Sum of RGB (Red+Green+Blue) = 2+188+251=441 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #02BCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BCFB is #FD4304. Grayscale: #8B8B8B. Windows color (decimal): -16597765 or 16497666. OLE color: 16497666.
HSL color Cylindrical-coordinate representation of color #02BCFB: hue angle of 195.18º 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 #02BCFB is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 188 | 251 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.02 |
| HSL | 195.18º | 0.98% | 0.5% | - |
| HSV(B) | 195.18º | 0.99% | 0.98% | - |
| XYZ | 35.42 | 42.94 | 97.69 | - |
| YUV | 139.57 | 190.88 | 29.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 251 | 0.99 | 0.25 | 0 | 0.02 | 195.18 | 0.98 | 0.5 |
| Hex | 2 | BC | FB | 63 | 19 | 0 | 2 | C3 | 62 | 32 |
| Octal | 2 | 274 | 373 | 143 | 31 | 0 | 2 | 303 | 142 | 62 |
| Binary | 10 | 10111100 | 11111011 | 1100011 | 11001 | 0 | 10 | 11000011 | 1100010 | 110010 |
Color Harmonies of #02BCFB
Complementary color
Monochromatic Colors of #02BCFB
Black with #02BCFB
Text Example
Text Example
White with #02BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCFB; }
p { color: rgb(2,188,251); }
H1.HeaderClassName
{
color: #02BCFB;
}
.AnyTagClassName
{
color: #02BCFB;
}
</style>
background-color css
<style>
a { background-color: #02BCFB; }
a { background-color: rgb(2,188,251); }
div.DivClassName
{
background-color: #02BCFB;
}
.BgClassName
{
background-color: #02BCFB;
}
</style>
border-color css
<style>
span { border-color: #02BCFB; }
span { border-color: rgb(2,188,251); }
td.TdClassName
{
border-color: #02BCFB;
}
.TagClassName
{
border-color: #02BCFB;
}
</style>