Shades of Deep Sky Blue #0BDCFD
Tints of Deep Sky Blue #0BDCFD
RGB
CMYK
RGB Variations
Color information
#0BDCFD (or 0x0BDCFD) is known color: Deep Sky Blue. HEX triplet: 0B, DC and FD. RGB value is (11,220,253). Sum of RGB (Red+Green+Blue) = 11+220+253=484 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.27% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BDCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDCFD is #F42302. Grayscale: #A0A0A0. Windows color (decimal): -15999747 or 16636939. OLE color: 16636939.
HSL color Cylindrical-coordinate representation of color #0BDCFD: hue angle of 188.18º 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 #0BDCFD is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 220 | 253 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.01 |
| HSL | 188.18º | 0.98% | 0.52% | - |
| HSV(B) | 188.18º | 0.96% | 0.99% | - |
| XYZ | 43.46 | 58.35 | 101.9 | - |
| YUV | 161.27 | 179.76 | 20.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 253 | 0.96 | 0.13 | 0 | 0.01 | 188.18 | 0.98 | 0.52 |
| Hex | B | DC | FD | 60 | D | 0 | 1 | BC | 62 | 34 |
| Octal | 13 | 334 | 375 | 140 | 15 | 0 | 1 | 274 | 142 | 64 |
| Binary | 1011 | 11011100 | 11111101 | 1100000 | 1101 | 0 | 1 | 10111100 | 1100010 | 110100 |
Color Harmonies of #0BDCFD
Complementary color
Monochromatic Colors of #0BDCFD
Black with #0BDCFD
Text Example
Text Example
White with #0BDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDCFD; }
p { color: rgb(11,220,253); }
H1.HeaderClassName
{
color: #0BDCFD;
}
.AnyTagClassName
{
color: #0BDCFD;
}
</style>
background-color css
<style>
a { background-color: #0BDCFD; }
a { background-color: rgb(11,220,253); }
div.DivClassName
{
background-color: #0BDCFD;
}
.BgClassName
{
background-color: #0BDCFD;
}
</style>
border-color css
<style>
span { border-color: #0BDCFD; }
span { border-color: rgb(11,220,253); }
td.TdClassName
{
border-color: #0BDCFD;
}
.TagClassName
{
border-color: #0BDCFD;
}
</style>