Shades of Deep Sky Blue #02BDF0
Tints of Deep Sky Blue #02BDF0
RGB
CMYK
RGB Variations
Color information
#02BDF0 (or 0x02BDF0) is known color: Deep Sky Blue. HEX triplet: 02, BD and F0. RGB value is (2,189,240). Sum of RGB (Red+Green+Blue) = 2+189+240=431 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #02BDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BDF0 is #FD420F. Grayscale: #8A8A8A. Windows color (decimal): -16597520 or 15777026. OLE color: 15777026.
HSL color Cylindrical-coordinate representation of color #02BDF0: hue angle of 192.86º 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 #02BDF0 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 189 | 240 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.06 |
| HSL | 192.86º | 0.98% | 0.47% | - |
| HSV(B) | 192.86º | 0.99% | 0.94% | - |
| XYZ | 33.95 | 42.7 | 88.89 | - |
| YUV | 138.9 | 185.05 | 30.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 240 | 0.99 | 0.21 | 0 | 0.06 | 192.86 | 0.98 | 0.47 |
| Hex | 2 | BD | F0 | 63 | 15 | 0 | 6 | C1 | 62 | 2F |
| Octal | 2 | 275 | 360 | 143 | 25 | 0 | 6 | 301 | 142 | 57 |
| Binary | 10 | 10111101 | 11110000 | 1100011 | 10101 | 0 | 110 | 11000001 | 1100010 | 101111 |
Color Harmonies of #02BDF0
Complementary color
Monochromatic Colors of #02BDF0
Black with #02BDF0
Text Example
Text Example
White with #02BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDF0; }
p { color: rgb(2,189,240); }
H1.HeaderClassName
{
color: #02BDF0;
}
.AnyTagClassName
{
color: #02BDF0;
}
</style>
background-color css
<style>
a { background-color: #02BDF0; }
a { background-color: rgb(2,189,240); }
div.DivClassName
{
background-color: #02BDF0;
}
.BgClassName
{
background-color: #02BDF0;
}
</style>
border-color css
<style>
span { border-color: #02BDF0; }
span { border-color: rgb(2,189,240); }
td.TdClassName
{
border-color: #02BDF0;
}
.TagClassName
{
border-color: #02BDF0;
}
</style>