Shades of Deep Sky Blue #0BBCED
Tints of Deep Sky Blue #0BBCED
RGB
CMYK
RGB Variations
Color information
#0BBCED (or 0x0BBCED) is known color: Deep Sky Blue. HEX triplet: 0B, BC and ED. RGB value is (11,188,237). Sum of RGB (Red+Green+Blue) = 11+188+237=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BBCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBCED is #F44312. Grayscale: #8C8C8C. Windows color (decimal): -16007955 or 15580171. OLE color: 15580171.
HSL color Cylindrical-coordinate representation of color #0BBCED: hue angle of 193.01º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBCED is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 188 | 237 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.07 |
| HSL | 193.01º | 0.91% | 0.49% | - |
| HSV(B) | 193.01º | 0.95% | 0.93% | - |
| XYZ | 33.41 | 42.15 | 86.5 | - |
| YUV | 140.66 | 182.36 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 237 | 0.95 | 0.21 | 0 | 0.07 | 193.01 | 0.91 | 0.49 |
| Hex | B | BC | ED | 5F | 15 | 0 | 7 | C1 | 5B | 31 |
| Octal | 13 | 274 | 355 | 137 | 25 | 0 | 7 | 301 | 133 | 61 |
| Binary | 1011 | 10111100 | 11101101 | 1011111 | 10101 | 0 | 111 | 11000001 | 1011011 | 110001 |
Color Harmonies of #0BBCED
Complementary color
Monochromatic Colors of #0BBCED
Black with #0BBCED
Text Example
Text Example
White with #0BBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCED; }
p { color: rgb(11,188,237); }
H1.HeaderClassName
{
color: #0BBCED;
}
.AnyTagClassName
{
color: #0BBCED;
}
</style>
background-color css
<style>
a { background-color: #0BBCED; }
a { background-color: rgb(11,188,237); }
div.DivClassName
{
background-color: #0BBCED;
}
.BgClassName
{
background-color: #0BBCED;
}
</style>
border-color css
<style>
span { border-color: #0BBCED; }
span { border-color: rgb(11,188,237); }
td.TdClassName
{
border-color: #0BBCED;
}
.TagClassName
{
border-color: #0BBCED;
}
</style>