Shades of Deep Sky Blue #0BDCFC
Tints of Deep Sky Blue #0BDCFC
RGB
CMYK
RGB Variations
Color information
#0BDCFC (or 0x0BDCFC) is known color: Deep Sky Blue. HEX triplet: 0B, DC and FC. RGB value is (11,220,252). Sum of RGB (Red+Green+Blue) = 11+220+252=483 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.28% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BDCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDCFC is #F42303. Grayscale: #A0A0A0. Windows color (decimal): -15999748 or 16571403. OLE color: 16571403.
HSL color Cylindrical-coordinate representation of color #0BDCFC: hue angle of 187.97º 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 #0BDCFC is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 220 | 252 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.01 |
| HSL | 187.97º | 0.98% | 0.52% | - |
| HSV(B) | 187.97º | 0.96% | 0.99% | - |
| XYZ | 43.3 | 58.29 | 101.06 | - |
| YUV | 161.16 | 179.26 | 20.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 252 | 0.96 | 0.13 | 0 | 0.01 | 187.97 | 0.98 | 0.52 |
| Hex | B | DC | FC | 60 | D | 0 | 1 | BC | 62 | 34 |
| Octal | 13 | 334 | 374 | 140 | 15 | 0 | 1 | 274 | 142 | 64 |
| Binary | 1011 | 11011100 | 11111100 | 1100000 | 1101 | 0 | 1 | 10111100 | 1100010 | 110100 |
Color Harmonies of #0BDCFC
Complementary color
Monochromatic Colors of #0BDCFC
Black with #0BDCFC
Text Example
Text Example
White with #0BDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDCFC; }
p { color: rgb(11,220,252); }
H1.HeaderClassName
{
color: #0BDCFC;
}
.AnyTagClassName
{
color: #0BDCFC;
}
</style>
background-color css
<style>
a { background-color: #0BDCFC; }
a { background-color: rgb(11,220,252); }
div.DivClassName
{
background-color: #0BDCFC;
}
.BgClassName
{
background-color: #0BDCFC;
}
</style>
border-color css
<style>
span { border-color: #0BDCFC; }
span { border-color: rgb(11,220,252); }
td.TdClassName
{
border-color: #0BDCFC;
}
.TagClassName
{
border-color: #0BDCFC;
}
</style>