Shades of Deep Sky Blue #0BBAEC
Tints of Deep Sky Blue #0BBAEC
RGB
CMYK
RGB Variations
Color information
#0BBAEC (or 0x0BBAEC) is known color: Deep Sky Blue. HEX triplet: 0B, BA and EC. RGB value is (11,186,236). Sum of RGB (Red+Green+Blue) = 11+186+236=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BBAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBAEC is #F44513. Grayscale: #8B8B8B. Windows color (decimal): -16008468 or 15514123. OLE color: 15514123.
HSL color Cylindrical-coordinate representation of color #0BBAEC: hue angle of 193.33º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBAEC is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 186 | 236 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.07 |
| HSL | 193.33º | 0.91% | 0.48% | - |
| HSV(B) | 193.33º | 0.95% | 0.93% | - |
| XYZ | 32.84 | 41.25 | 85.59 | - |
| YUV | 139.38 | 182.52 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 236 | 0.95 | 0.21 | 0 | 0.07 | 193.33 | 0.91 | 0.48 |
| Hex | B | BA | EC | 5F | 15 | 0 | 7 | C1 | 5B | 30 |
| Octal | 13 | 272 | 354 | 137 | 25 | 0 | 7 | 301 | 133 | 60 |
| Binary | 1011 | 10111010 | 11101100 | 1011111 | 10101 | 0 | 111 | 11000001 | 1011011 | 110000 |
Color Harmonies of #0BBAEC
Complementary color
Monochromatic Colors of #0BBAEC
Black with #0BBAEC
Text Example
Text Example
White with #0BBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBAEC; }
p { color: rgb(11,186,236); }
H1.HeaderClassName
{
color: #0BBAEC;
}
.AnyTagClassName
{
color: #0BBAEC;
}
</style>
background-color css
<style>
a { background-color: #0BBAEC; }
a { background-color: rgb(11,186,236); }
div.DivClassName
{
background-color: #0BBAEC;
}
.BgClassName
{
background-color: #0BBAEC;
}
</style>
border-color css
<style>
span { border-color: #0BBAEC; }
span { border-color: rgb(11,186,236); }
td.TdClassName
{
border-color: #0BBAEC;
}
.TagClassName
{
border-color: #0BBAEC;
}
</style>