Shades of Deep Sky Blue #02BCEB
Tints of Deep Sky Blue #02BCEB
RGB
CMYK
RGB Variations
Color information
#02BCEB (or 0x02BCEB) is known color: Deep Sky Blue. HEX triplet: 02, BC and EB. RGB value is (2,188,235). Sum of RGB (Red+Green+Blue) = 2+188+235=425 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #02BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BCEB is #FD4314. Grayscale: #898989. Windows color (decimal): -16597781 or 15449090. OLE color: 15449090.
HSL color Cylindrical-coordinate representation of color #02BCEB: hue angle of 192.1º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCEB is Cyan = 0.99, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 188 | 235 | - |
| CMYK | 0.99 | 0.2 | 0 | 0.08 |
| HSL | 192.1º | 0.98% | 0.46% | - |
| HSV(B) | 192.1º | 0.99% | 0.92% | - |
| XYZ | 33 | 41.98 | 84.96 | - |
| YUV | 137.74 | 182.88 | 31.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 235 | 0.99 | 0.2 | 0 | 0.08 | 192.1 | 0.98 | 0.46 |
| Hex | 2 | BC | EB | 63 | 14 | 0 | 8 | C0 | 62 | 2E |
| Octal | 2 | 274 | 353 | 143 | 24 | 0 | 10 | 300 | 142 | 56 |
| Binary | 10 | 10111100 | 11101011 | 1100011 | 10100 | 0 | 1000 | 11000000 | 1100010 | 101110 |
Color Harmonies of #02BCEB
Complementary color
Monochromatic Colors of #02BCEB
Black with #02BCEB
Text Example
Text Example
White with #02BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCEB; }
p { color: rgb(2,188,235); }
H1.HeaderClassName
{
color: #02BCEB;
}
.AnyTagClassName
{
color: #02BCEB;
}
</style>
background-color css
<style>
a { background-color: #02BCEB; }
a { background-color: rgb(2,188,235); }
div.DivClassName
{
background-color: #02BCEB;
}
.BgClassName
{
background-color: #02BCEB;
}
</style>
border-color css
<style>
span { border-color: #02BCEB; }
span { border-color: rgb(2,188,235); }
td.TdClassName
{
border-color: #02BCEB;
}
.TagClassName
{
border-color: #02BCEB;
}
</style>