Shades of Deep Sky Blue #0BBBED
Tints of Deep Sky Blue #0BBBED
RGB
CMYK
RGB Variations
Color information
#0BBBED (or 0x0BBBED) is known color: Deep Sky Blue. HEX triplet: 0B, BB and ED. RGB value is (11,187,237). Sum of RGB (Red+Green+Blue) = 11+187+237=435 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BBBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBBED is #F44412. Grayscale: #8B8B8B. Windows color (decimal): -16008211 or 15579915. OLE color: 15579915.
HSL color Cylindrical-coordinate representation of color #0BBBED: hue angle of 193.27º 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 #0BBBED is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 187 | 237 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.07 |
| HSL | 193.27º | 0.91% | 0.49% | - |
| HSV(B) | 193.27º | 0.95% | 0.93% | - |
| XYZ | 33.19 | 41.73 | 86.43 | - |
| YUV | 140.08 | 182.69 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 237 | 0.95 | 0.21 | 0 | 0.07 | 193.27 | 0.91 | 0.49 |
| Hex | B | BB | ED | 5F | 15 | 0 | 7 | C1 | 5B | 31 |
| Octal | 13 | 273 | 355 | 137 | 25 | 0 | 7 | 301 | 133 | 61 |
| Binary | 1011 | 10111011 | 11101101 | 1011111 | 10101 | 0 | 111 | 11000001 | 1011011 | 110001 |
Color Harmonies of #0BBBED
Complementary color
Monochromatic Colors of #0BBBED
Black with #0BBBED
Text Example
Text Example
White with #0BBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBBED; }
p { color: rgb(11,187,237); }
H1.HeaderClassName
{
color: #0BBBED;
}
.AnyTagClassName
{
color: #0BBBED;
}
</style>
background-color css
<style>
a { background-color: #0BBBED; }
a { background-color: rgb(11,187,237); }
div.DivClassName
{
background-color: #0BBBED;
}
.BgClassName
{
background-color: #0BBBED;
}
</style>
border-color css
<style>
span { border-color: #0BBBED; }
span { border-color: rgb(11,187,237); }
td.TdClassName
{
border-color: #0BBBED;
}
.TagClassName
{
border-color: #0BBBED;
}
</style>