Shades of Deep Sky Blue #02BDF6
Tints of Deep Sky Blue #02BDF6
RGB
CMYK
RGB Variations
Color information
#02BDF6 (or 0x02BDF6) is known color: Deep Sky Blue. HEX triplet: 02, BD and F6. RGB value is (2,189,246). Sum of RGB (Red+Green+Blue) = 2+189+246=437 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 246 (96.48% from 255 or 56.29% from 437); Max value from RGB is 246 - color contains mainly: blue. Hex color #02BDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BDF6 is #FD4209. Grayscale: #8B8B8B. Windows color (decimal): -16597514 or 16170242. OLE color: 16170242.
HSL color Cylindrical-coordinate representation of color #02BDF6: hue angle of 194.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDF6 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 189 | 246 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.04 |
| HSL | 194.02º | 0.98% | 0.49% | - |
| HSV(B) | 194.02º | 0.99% | 0.96% | - |
| XYZ | 34.86 | 43.06 | 93.66 | - |
| YUV | 139.59 | 188.05 | 29.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 246 | 0.99 | 0.23 | 0 | 0.04 | 194.02 | 0.98 | 0.49 |
| Hex | 2 | BD | F6 | 63 | 17 | 0 | 4 | C2 | 62 | 31 |
| Octal | 2 | 275 | 366 | 143 | 27 | 0 | 4 | 302 | 142 | 61 |
| Binary | 10 | 10111101 | 11110110 | 1100011 | 10111 | 0 | 100 | 11000010 | 1100010 | 110001 |
Color Harmonies of #02BDF6
Complementary color
Monochromatic Colors of #02BDF6
Black with #02BDF6
Text Example
Text Example
White with #02BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDF6; }
p { color: rgb(2,189,246); }
H1.HeaderClassName
{
color: #02BDF6;
}
.AnyTagClassName
{
color: #02BDF6;
}
</style>
background-color css
<style>
a { background-color: #02BDF6; }
a { background-color: rgb(2,189,246); }
div.DivClassName
{
background-color: #02BDF6;
}
.BgClassName
{
background-color: #02BDF6;
}
</style>
border-color css
<style>
span { border-color: #02BDF6; }
span { border-color: rgb(2,189,246); }
td.TdClassName
{
border-color: #02BDF6;
}
.TagClassName
{
border-color: #02BDF6;
}
</style>