Shades of Deep Sky Blue #11BAFF
Tints of Deep Sky Blue #11BAFF
RGB
CMYK
RGB Variations
Color information
#11BAFF (or 0x11BAFF) is known color: Deep Sky Blue. HEX triplet: 11, BA and FF. RGB value is (17,186,255). Sum of RGB (Red+Green+Blue) = 17+186+255=458 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.71% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #11BAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BAFF is #EE4500. Grayscale: #8E8E8E. Windows color (decimal): -15615233 or 16759313. OLE color: 16759313.
HSL color Cylindrical-coordinate representation of color #11BAFF: hue angle of 197.39º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BAFF is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 186 | 255 | - |
| CMYK | 0.93 | 0.27 | 0 | 0 |
| HSL | 197.4º | 1% | 0.53% | - |
| HSV(B) | 197.4º | 0.93% | 1% | - |
| XYZ | 35.84 | 42.46 | 100.91 | - |
| YUV | 143.34 | 191.01 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 255 | 0.93 | 0.27 | 0 | 0 | 197.4 | 1 | 0.53 |
| Hex | 11 | BA | FF | 5D | 1B | 0 | 0 | C5 | 64 | 35 |
| Octal | 21 | 272 | 377 | 135 | 33 | 0 | 0 | 305 | 144 | 65 |
| Binary | 10001 | 10111010 | 11111111 | 1011101 | 11011 | 0 | 0 | 11000101 | 1100100 | 110101 |
Color Harmonies of #11BAFF
Complementary color
Monochromatic Colors of #11BAFF
Black with #11BAFF
Text Example
Text Example
White with #11BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BAFF; }
p { color: rgb(17,186,255); }
H1.HeaderClassName
{
color: #11BAFF;
}
.AnyTagClassName
{
color: #11BAFF;
}
</style>
background-color css
<style>
a { background-color: #11BAFF; }
a { background-color: rgb(17,186,255); }
div.DivClassName
{
background-color: #11BAFF;
}
.BgClassName
{
background-color: #11BAFF;
}
</style>
border-color css
<style>
span { border-color: #11BAFF; }
span { border-color: rgb(17,186,255); }
td.TdClassName
{
border-color: #11BAFF;
}
.TagClassName
{
border-color: #11BAFF;
}
</style>