Shades of Deep Sky Blue #0BBCFD
Tints of Deep Sky Blue #0BBCFD
RGB
CMYK
RGB Variations
Color information
#0BBCFD (or 0x0BBCFD) is known color: Deep Sky Blue. HEX triplet: 0B, BC and FD. RGB value is (11,188,253). Sum of RGB (Red+Green+Blue) = 11+188+253=452 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BBCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBCFD is #F44302. Grayscale: #8E8E8E. Windows color (decimal): -16007939 or 16628747. OLE color: 16628747.
HSL color Cylindrical-coordinate representation of color #0BBCFD: hue angle of 196.12º 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 #0BBCFD is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 188 | 253 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.01 |
| HSL | 196.12º | 0.98% | 0.52% | - |
| HSV(B) | 196.12º | 0.96% | 0.99% | - |
| XYZ | 35.85 | 43.13 | 99.36 | - |
| YUV | 142.49 | 190.36 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 253 | 0.96 | 0.26 | 0 | 0.01 | 196.12 | 0.98 | 0.52 |
| Hex | B | BC | FD | 60 | 1A | 0 | 1 | C4 | 62 | 34 |
| Octal | 13 | 274 | 375 | 140 | 32 | 0 | 1 | 304 | 142 | 64 |
| Binary | 1011 | 10111100 | 11111101 | 1100000 | 11010 | 0 | 1 | 11000100 | 1100010 | 110100 |
Color Harmonies of #0BBCFD
Complementary color
Monochromatic Colors of #0BBCFD
Black with #0BBCFD
Text Example
Text Example
White with #0BBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCFD; }
p { color: rgb(11,188,253); }
H1.HeaderClassName
{
color: #0BBCFD;
}
.AnyTagClassName
{
color: #0BBCFD;
}
</style>
background-color css
<style>
a { background-color: #0BBCFD; }
a { background-color: rgb(11,188,253); }
div.DivClassName
{
background-color: #0BBCFD;
}
.BgClassName
{
background-color: #0BBCFD;
}
</style>
border-color css
<style>
span { border-color: #0BBCFD; }
span { border-color: rgb(11,188,253); }
td.TdClassName
{
border-color: #0BBCFD;
}
.TagClassName
{
border-color: #0BBCFD;
}
</style>