Shades of Deep Sky Blue #0BBBFD
Tints of Deep Sky Blue #0BBBFD
RGB
CMYK
RGB Variations
Color information
#0BBBFD (or 0x0BBBFD) is known color: Deep Sky Blue. HEX triplet: 0B, BB and FD. RGB value is (11,187,253). Sum of RGB (Red+Green+Blue) = 11+187+253=451 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BBBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBBFD is #F44402. Grayscale: #8D8D8D. Windows color (decimal): -16008195 or 16628491. OLE color: 16628491.
HSL color Cylindrical-coordinate representation of color #0BBBFD: hue angle of 196.36º 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 #0BBBFD is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 187 | 253 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.01 |
| HSL | 196.36º | 0.98% | 0.52% | - |
| HSV(B) | 196.36º | 0.96% | 0.99% | - |
| XYZ | 35.64 | 42.7 | 99.29 | - |
| YUV | 141.9 | 190.69 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 253 | 0.96 | 0.26 | 0 | 0.01 | 196.36 | 0.98 | 0.52 |
| Hex | B | BB | FD | 60 | 1A | 0 | 1 | C4 | 62 | 34 |
| Octal | 13 | 273 | 375 | 140 | 32 | 0 | 1 | 304 | 142 | 64 |
| Binary | 1011 | 10111011 | 11111101 | 1100000 | 11010 | 0 | 1 | 11000100 | 1100010 | 110100 |
Color Harmonies of #0BBBFD
Complementary color
Monochromatic Colors of #0BBBFD
Black with #0BBBFD
Text Example
Text Example
White with #0BBBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBBFD; }
p { color: rgb(11,187,253); }
H1.HeaderClassName
{
color: #0BBBFD;
}
.AnyTagClassName
{
color: #0BBBFD;
}
</style>
background-color css
<style>
a { background-color: #0BBBFD; }
a { background-color: rgb(11,187,253); }
div.DivClassName
{
background-color: #0BBBFD;
}
.BgClassName
{
background-color: #0BBBFD;
}
</style>
border-color css
<style>
span { border-color: #0BBBFD; }
span { border-color: rgb(11,187,253); }
td.TdClassName
{
border-color: #0BBBFD;
}
.TagClassName
{
border-color: #0BBBFD;
}
</style>