Shades of Deep Sky Blue #0BBDEF
Tints of Deep Sky Blue #0BBDEF
RGB
CMYK
RGB Variations
Color information
#0BBDEF (or 0x0BBDEF) is known color: Deep Sky Blue. HEX triplet: 0B, BD and EF. RGB value is (11,189,239). Sum of RGB (Red+Green+Blue) = 11+189+239=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BBDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBDEF is #F44210. Grayscale: #8D8D8D. Windows color (decimal): -16007697 or 15711499. OLE color: 15711499.
HSL color Cylindrical-coordinate representation of color #0BBDEF: hue angle of 193.16º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBDEF is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 189 | 239 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.06 |
| HSL | 193.16º | 0.91% | 0.49% | - |
| HSV(B) | 193.16º | 0.95% | 0.94% | - |
| XYZ | 33.92 | 42.7 | 88.12 | - |
| YUV | 141.48 | 183.03 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 239 | 0.95 | 0.21 | 0 | 0.06 | 193.16 | 0.91 | 0.49 |
| Hex | B | BD | EF | 5F | 15 | 0 | 6 | C1 | 5B | 31 |
| Octal | 13 | 275 | 357 | 137 | 25 | 0 | 6 | 301 | 133 | 61 |
| Binary | 1011 | 10111101 | 11101111 | 1011111 | 10101 | 0 | 110 | 11000001 | 1011011 | 110001 |
Color Harmonies of #0BBDEF
Complementary color
Monochromatic Colors of #0BBDEF
Black with #0BBDEF
Text Example
Text Example
White with #0BBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBDEF; }
p { color: rgb(11,189,239); }
H1.HeaderClassName
{
color: #0BBDEF;
}
.AnyTagClassName
{
color: #0BBDEF;
}
</style>
background-color css
<style>
a { background-color: #0BBDEF; }
a { background-color: rgb(11,189,239); }
div.DivClassName
{
background-color: #0BBDEF;
}
.BgClassName
{
background-color: #0BBDEF;
}
</style>
border-color css
<style>
span { border-color: #0BBDEF; }
span { border-color: rgb(11,189,239); }
td.TdClassName
{
border-color: #0BBDEF;
}
.TagClassName
{
border-color: #0BBDEF;
}
</style>