Shades of Deep Sky Blue #11BAEE
Tints of Deep Sky Blue #11BAEE
RGB
CMYK
RGB Variations
Color information
#11BAEE (or 0x11BAEE) is known color: Deep Sky Blue. HEX triplet: 11, BA and EE. RGB value is (17,186,238). Sum of RGB (Red+Green+Blue) = 17+186+238=441 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #11BAEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BAEE is #EE4511. Grayscale: #8D8D8D. Windows color (decimal): -15615250 or 15645201. OLE color: 15645201.
HSL color Cylindrical-coordinate representation of color #11BAEE: hue angle of 194.12º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BAEE is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 186 | 238 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.07 |
| HSL | 194.12º | 0.87% | 0.5% | - |
| HSV(B) | 194.12º | 0.93% | 0.93% | - |
| XYZ | 33.22 | 41.41 | 87.13 | - |
| YUV | 141.4 | 182.51 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 238 | 0.93 | 0.22 | 0 | 0.07 | 194.12 | 0.87 | 0.5 |
| Hex | 11 | BA | EE | 5D | 16 | 0 | 7 | C2 | 57 | 32 |
| Octal | 21 | 272 | 356 | 135 | 26 | 0 | 7 | 302 | 127 | 62 |
| Binary | 10001 | 10111010 | 11101110 | 1011101 | 10110 | 0 | 111 | 11000010 | 1010111 | 110010 |
Color Harmonies of #11BAEE
Complementary color
Monochromatic Colors of #11BAEE
Black with #11BAEE
Text Example
Text Example
White with #11BAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BAEE; }
p { color: rgb(17,186,238); }
H1.HeaderClassName
{
color: #11BAEE;
}
.AnyTagClassName
{
color: #11BAEE;
}
</style>
background-color css
<style>
a { background-color: #11BAEE; }
a { background-color: rgb(17,186,238); }
div.DivClassName
{
background-color: #11BAEE;
}
.BgClassName
{
background-color: #11BAEE;
}
</style>
border-color css
<style>
span { border-color: #11BAEE; }
span { border-color: rgb(17,186,238); }
td.TdClassName
{
border-color: #11BAEE;
}
.TagClassName
{
border-color: #11BAEE;
}
</style>