Shades of Deep Sky Blue #0BCBFD
Tints of Deep Sky Blue #0BCBFD
RGB
CMYK
RGB Variations
Color information
#0BCBFD (or 0x0BCBFD) is known color: Deep Sky Blue. HEX triplet: 0B, CB and FD. RGB value is (11,203,253). Sum of RGB (Red+Green+Blue) = 11+203+253=467 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.36% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BCBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCBFD is #F43402. Grayscale: #969696. Windows color (decimal): -16004099 or 16632587. OLE color: 16632587.
HSL color Cylindrical-coordinate representation of color #0BCBFD: hue angle of 192.4º 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 #0BCBFD is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 203 | 253 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.01 |
| HSL | 192.4º | 0.98% | 0.52% | - |
| HSV(B) | 192.4º | 0.96% | 0.99% | - |
| XYZ | 39.22 | 49.87 | 100.49 | - |
| YUV | 151.29 | 185.39 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 253 | 0.96 | 0.20 | 0 | 0.01 | 192.4 | 0.98 | 0.52 |
| Hex | B | CB | FD | 60 | 14 | 0 | 1 | C0 | 62 | 34 |
| Octal | 13 | 313 | 375 | 140 | 24 | 0 | 1 | 300 | 142 | 64 |
| Binary | 1011 | 11001011 | 11111101 | 1100000 | 10100 | 0 | 1 | 11000000 | 1100010 | 110100 |
Color Harmonies of #0BCBFD
Complementary color
Monochromatic Colors of #0BCBFD
Black with #0BCBFD
Text Example
Text Example
White with #0BCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCBFD; }
p { color: rgb(11,203,253); }
H1.HeaderClassName
{
color: #0BCBFD;
}
.AnyTagClassName
{
color: #0BCBFD;
}
</style>
background-color css
<style>
a { background-color: #0BCBFD; }
a { background-color: rgb(11,203,253); }
div.DivClassName
{
background-color: #0BCBFD;
}
.BgClassName
{
background-color: #0BCBFD;
}
</style>
border-color css
<style>
span { border-color: #0BCBFD; }
span { border-color: rgb(11,203,253); }
td.TdClassName
{
border-color: #0BCBFD;
}
.TagClassName
{
border-color: #0BCBFD;
}
</style>