Shades of Deep Sky Blue #11BAEB
Tints of Deep Sky Blue #11BAEB
RGB
CMYK
RGB Variations
Color information
#11BAEB (or 0x11BAEB) is known color: Deep Sky Blue. HEX triplet: 11, BA and EB. RGB value is (17,186,235). Sum of RGB (Red+Green+Blue) = 17+186+235=438 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.88% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #11BAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BAEB is #EE4514. Grayscale: #8C8C8C. Windows color (decimal): -15615253 or 15448593. OLE color: 15448593.
HSL color Cylindrical-coordinate representation of color #11BAEB: hue angle of 193.49º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BAEB is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 186 | 235 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.08 |
| HSL | 193.49º | 0.87% | 0.49% | - |
| HSV(B) | 193.49º | 0.93% | 0.92% | - |
| XYZ | 32.79 | 41.24 | 84.83 | - |
| YUV | 141.06 | 181.01 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 235 | 0.93 | 0.21 | 0 | 0.08 | 193.49 | 0.87 | 0.49 |
| Hex | 11 | BA | EB | 5D | 15 | 0 | 8 | C1 | 57 | 31 |
| Octal | 21 | 272 | 353 | 135 | 25 | 0 | 10 | 301 | 127 | 61 |
| Binary | 10001 | 10111010 | 11101011 | 1011101 | 10101 | 0 | 1000 | 11000001 | 1010111 | 110001 |
Color Harmonies of #11BAEB
Complementary color
Monochromatic Colors of #11BAEB
Black with #11BAEB
Text Example
Text Example
White with #11BAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BAEB; }
p { color: rgb(17,186,235); }
H1.HeaderClassName
{
color: #11BAEB;
}
.AnyTagClassName
{
color: #11BAEB;
}
</style>
background-color css
<style>
a { background-color: #11BAEB; }
a { background-color: rgb(17,186,235); }
div.DivClassName
{
background-color: #11BAEB;
}
.BgClassName
{
background-color: #11BAEB;
}
</style>
border-color css
<style>
span { border-color: #11BAEB; }
span { border-color: rgb(17,186,235); }
td.TdClassName
{
border-color: #11BAEB;
}
.TagClassName
{
border-color: #11BAEB;
}
</style>