Shades of Deep Sky Blue #0BBFEB
Tints of Deep Sky Blue #0BBFEB
RGB
CMYK
RGB Variations
Color information
#0BBFEB (or 0x0BBFEB) is known color: Deep Sky Blue. HEX triplet: 0B, BF and EB. RGB value is (11,191,235). Sum of RGB (Red+Green+Blue) = 11+191+235=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BBFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBFEB is #F44014. Grayscale: #8D8D8D. Windows color (decimal): -16007189 or 15449867. OLE color: 15449867.
HSL color Cylindrical-coordinate representation of color #0BBFEB: hue angle of 191.79º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBFEB is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 191 | 235 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.08 |
| HSL | 191.79º | 0.91% | 0.48% | - |
| HSV(B) | 191.79º | 0.95% | 0.92% | - |
| XYZ | 33.76 | 43.33 | 85.18 | - |
| YUV | 142.2 | 180.37 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 235 | 0.95 | 0.19 | 0 | 0.08 | 191.79 | 0.91 | 0.48 |
| Hex | B | BF | EB | 5F | 13 | 0 | 8 | C0 | 5B | 30 |
| Octal | 13 | 277 | 353 | 137 | 23 | 0 | 10 | 300 | 133 | 60 |
| Binary | 1011 | 10111111 | 11101011 | 1011111 | 10011 | 0 | 1000 | 11000000 | 1011011 | 110000 |
Color Harmonies of #0BBFEB
Complementary color
Monochromatic Colors of #0BBFEB
Black with #0BBFEB
Text Example
Text Example
White with #0BBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBFEB; }
p { color: rgb(11,191,235); }
H1.HeaderClassName
{
color: #0BBFEB;
}
.AnyTagClassName
{
color: #0BBFEB;
}
</style>
background-color css
<style>
a { background-color: #0BBFEB; }
a { background-color: rgb(11,191,235); }
div.DivClassName
{
background-color: #0BBFEB;
}
.BgClassName
{
background-color: #0BBFEB;
}
</style>
border-color css
<style>
span { border-color: #0BBFEB; }
span { border-color: rgb(11,191,235); }
td.TdClassName
{
border-color: #0BBFEB;
}
.TagClassName
{
border-color: #0BBFEB;
}
</style>