Shades of Deep Sky Blue #02B7EC
Tints of Deep Sky Blue #02B7EC
RGB
CMYK
RGB Variations
Color information
#02B7EC (or 0x02B7EC) is known color: Deep Sky Blue. HEX triplet: 02, B7 and EC. RGB value is (2,183,236). Sum of RGB (Red+Green+Blue) = 2+183+236=421 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #02B7EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02B7EC is #FD4813. Grayscale: #868686. Windows color (decimal): -16599060 or 15513346. OLE color: 15513346.
HSL color Cylindrical-coordinate representation of color #02B7EC: hue angle of 193.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B7EC is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 183 | 236 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.07 |
| HSL | 193.59º | 0.98% | 0.47% | - |
| HSV(B) | 193.59º | 0.99% | 0.93% | - |
| XYZ | 32.1 | 39.94 | 85.37 | - |
| YUV | 134.92 | 185.03 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 183 | 236 | 0.99 | 0.22 | 0 | 0.07 | 193.59 | 0.98 | 0.47 |
| Hex | 2 | B7 | EC | 63 | 16 | 0 | 7 | C2 | 62 | 2F |
| Octal | 2 | 267 | 354 | 143 | 26 | 0 | 7 | 302 | 142 | 57 |
| Binary | 10 | 10110111 | 11101100 | 1100011 | 10110 | 0 | 111 | 11000010 | 1100010 | 101111 |
Color Harmonies of #02B7EC
Complementary color
Monochromatic Colors of #02B7EC
Black with #02B7EC
Text Example
Text Example
White with #02B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B7EC; }
p { color: rgb(2,183,236); }
H1.HeaderClassName
{
color: #02B7EC;
}
.AnyTagClassName
{
color: #02B7EC;
}
</style>
background-color css
<style>
a { background-color: #02B7EC; }
a { background-color: rgb(2,183,236); }
div.DivClassName
{
background-color: #02B7EC;
}
.BgClassName
{
background-color: #02B7EC;
}
</style>
border-color css
<style>
span { border-color: #02B7EC; }
span { border-color: rgb(2,183,236); }
td.TdClassName
{
border-color: #02B7EC;
}
.TagClassName
{
border-color: #02B7EC;
}
</style>