Shades of Deep Sky Blue #02B9EC
Tints of Deep Sky Blue #02B9EC
RGB
CMYK
RGB Variations
Color information
#02B9EC (or 0x02B9EC) is known color: Deep Sky Blue. HEX triplet: 02, B9 and EC. RGB value is (2,185,236). Sum of RGB (Red+Green+Blue) = 2+185+236=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #02B9EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02B9EC is #FD4613. Grayscale: #878787. Windows color (decimal): -16598548 or 15513858. OLE color: 15513858.
HSL color Cylindrical-coordinate representation of color #02B9EC: hue angle of 193.08º 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 #02B9EC is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 185 | 236 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.07 |
| HSL | 193.08º | 0.98% | 0.47% | - |
| HSV(B) | 193.08º | 0.99% | 0.93% | - |
| XYZ | 32.51 | 40.77 | 85.51 | - |
| YUV | 136.1 | 184.37 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 185 | 236 | 0.99 | 0.22 | 0 | 0.07 | 193.08 | 0.98 | 0.47 |
| Hex | 2 | B9 | EC | 63 | 16 | 0 | 7 | C1 | 62 | 2F |
| Octal | 2 | 271 | 354 | 143 | 26 | 0 | 7 | 301 | 142 | 57 |
| Binary | 10 | 10111001 | 11101100 | 1100011 | 10110 | 0 | 111 | 11000001 | 1100010 | 101111 |
Color Harmonies of #02B9EC
Complementary color
Monochromatic Colors of #02B9EC
Black with #02B9EC
Text Example
Text Example
White with #02B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B9EC; }
p { color: rgb(2,185,236); }
H1.HeaderClassName
{
color: #02B9EC;
}
.AnyTagClassName
{
color: #02B9EC;
}
</style>
background-color css
<style>
a { background-color: #02B9EC; }
a { background-color: rgb(2,185,236); }
div.DivClassName
{
background-color: #02B9EC;
}
.BgClassName
{
background-color: #02B9EC;
}
</style>
border-color css
<style>
span { border-color: #02B9EC; }
span { border-color: rgb(2,185,236); }
td.TdClassName
{
border-color: #02B9EC;
}
.TagClassName
{
border-color: #02B9EC;
}
</style>