Shades of Deep Sky Blue #02BCEF
Tints of Deep Sky Blue #02BCEF
RGB
CMYK
RGB Variations
Color information
#02BCEF (or 0x02BCEF) is known color: Deep Sky Blue. HEX triplet: 02, BC and EF. RGB value is (2,188,239). Sum of RGB (Red+Green+Blue) = 2+188+239=429 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #02BCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BCEF is #FD4310. Grayscale: #898989. Windows color (decimal): -16597777 or 15711234. OLE color: 15711234.
HSL color Cylindrical-coordinate representation of color #02BCEF: hue angle of 192.91º 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 #02BCEF is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 188 | 239 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.06 |
| HSL | 192.91º | 0.98% | 0.47% | - |
| HSV(B) | 192.91º | 0.99% | 0.94% | - |
| XYZ | 33.59 | 42.21 | 88.04 | - |
| YUV | 138.2 | 184.88 | 30.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 239 | 0.99 | 0.21 | 0 | 0.06 | 192.91 | 0.98 | 0.47 |
| Hex | 2 | BC | EF | 63 | 15 | 0 | 6 | C1 | 62 | 2F |
| Octal | 2 | 274 | 357 | 143 | 25 | 0 | 6 | 301 | 142 | 57 |
| Binary | 10 | 10111100 | 11101111 | 1100011 | 10101 | 0 | 110 | 11000001 | 1100010 | 101111 |
Color Harmonies of #02BCEF
Complementary color
Monochromatic Colors of #02BCEF
Black with #02BCEF
Text Example
Text Example
White with #02BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCEF; }
p { color: rgb(2,188,239); }
H1.HeaderClassName
{
color: #02BCEF;
}
.AnyTagClassName
{
color: #02BCEF;
}
</style>
background-color css
<style>
a { background-color: #02BCEF; }
a { background-color: rgb(2,188,239); }
div.DivClassName
{
background-color: #02BCEF;
}
.BgClassName
{
background-color: #02BCEF;
}
</style>
border-color css
<style>
span { border-color: #02BCEF; }
span { border-color: rgb(2,188,239); }
td.TdClassName
{
border-color: #02BCEF;
}
.TagClassName
{
border-color: #02BCEF;
}
</style>