Shades of Deep Sky Blue #0BD6FC
Tints of Deep Sky Blue #0BD6FC
RGB
CMYK
RGB Variations
Color information
#0BD6FC (or 0x0BD6FC) is known color: Deep Sky Blue. HEX triplet: 0B, D6 and FC. RGB value is (11,214,252). Sum of RGB (Red+Green+Blue) = 11+214+252=477 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.31% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BD6FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD6FC is #F42903. Grayscale: #9D9D9D. Windows color (decimal): -16001284 or 16569867. OLE color: 16569867.
HSL color Cylindrical-coordinate representation of color #0BD6FC: hue angle of 189.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BD6FC is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 214 | 252 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.01 |
| HSL | 189.46º | 0.98% | 0.52% | - |
| HSV(B) | 189.46º | 0.96% | 0.99% | - |
| XYZ | 41.76 | 55.19 | 100.55 | - |
| YUV | 157.64 | 181.25 | 23.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 252 | 0.96 | 0.15 | 0 | 0.01 | 189.46 | 0.98 | 0.52 |
| Hex | B | D6 | FC | 60 | F | 0 | 1 | BD | 62 | 34 |
| Octal | 13 | 326 | 374 | 140 | 17 | 0 | 1 | 275 | 142 | 64 |
| Binary | 1011 | 11010110 | 11111100 | 1100000 | 1111 | 0 | 1 | 10111101 | 1100010 | 110100 |
Color Harmonies of #0BD6FC
Complementary color
Monochromatic Colors of #0BD6FC
Black with #0BD6FC
Text Example
Text Example
White with #0BD6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD6FC; }
p { color: rgb(11,214,252); }
H1.HeaderClassName
{
color: #0BD6FC;
}
.AnyTagClassName
{
color: #0BD6FC;
}
</style>
background-color css
<style>
a { background-color: #0BD6FC; }
a { background-color: rgb(11,214,252); }
div.DivClassName
{
background-color: #0BD6FC;
}
.BgClassName
{
background-color: #0BD6FC;
}
</style>
border-color css
<style>
span { border-color: #0BD6FC; }
span { border-color: rgb(11,214,252); }
td.TdClassName
{
border-color: #0BD6FC;
}
.TagClassName
{
border-color: #0BD6FC;
}
</style>