Shades of Deep Sky Blue #0BBCFC
Tints of Deep Sky Blue #0BBCFC
RGB
CMYK
RGB Variations
Color information
#0BBCFC (or 0x0BBCFC) is known color: Deep Sky Blue. HEX triplet: 0B, BC and FC. RGB value is (11,188,252). Sum of RGB (Red+Green+Blue) = 11+188+252=451 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BBCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBCFC is #F44303. Grayscale: #8D8D8D. Windows color (decimal): -16007940 or 16563211. OLE color: 16563211.
HSL color Cylindrical-coordinate representation of color #0BBCFC: hue angle of 195.93º 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 #0BBCFC is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 188 | 252 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.01 |
| HSL | 195.93º | 0.98% | 0.52% | - |
| HSV(B) | 195.93º | 0.96% | 0.99% | - |
| XYZ | 35.69 | 43.07 | 98.53 | - |
| YUV | 142.37 | 189.86 | 34.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 252 | 0.96 | 0.25 | 0 | 0.01 | 195.93 | 0.98 | 0.52 |
| Hex | B | BC | FC | 60 | 19 | 0 | 1 | C4 | 62 | 34 |
| Octal | 13 | 274 | 374 | 140 | 31 | 0 | 1 | 304 | 142 | 64 |
| Binary | 1011 | 10111100 | 11111100 | 1100000 | 11001 | 0 | 1 | 11000100 | 1100010 | 110100 |
Color Harmonies of #0BBCFC
Complementary color
Monochromatic Colors of #0BBCFC
Black with #0BBCFC
Text Example
Text Example
White with #0BBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCFC; }
p { color: rgb(11,188,252); }
H1.HeaderClassName
{
color: #0BBCFC;
}
.AnyTagClassName
{
color: #0BBCFC;
}
</style>
background-color css
<style>
a { background-color: #0BBCFC; }
a { background-color: rgb(11,188,252); }
div.DivClassName
{
background-color: #0BBCFC;
}
.BgClassName
{
background-color: #0BBCFC;
}
</style>
border-color css
<style>
span { border-color: #0BBCFC; }
span { border-color: rgb(11,188,252); }
td.TdClassName
{
border-color: #0BBCFC;
}
.TagClassName
{
border-color: #0BBCFC;
}
</style>