Shades of Deep Sky Blue #11BAFD
Tints of Deep Sky Blue #11BAFD
RGB
CMYK
RGB Variations
Color information
#11BAFD (or 0x11BAFD) is known color: Deep Sky Blue. HEX triplet: 11, BA and FD. RGB value is (17,186,253). Sum of RGB (Red+Green+Blue) = 17+186+253=456 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.73% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #11BAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BAFD is #EE4502. Grayscale: #8E8E8E. Windows color (decimal): -15615235 or 16628241. OLE color: 16628241.
HSL color Cylindrical-coordinate representation of color #11BAFD: hue angle of 197.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BAFD is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 186 | 253 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.01 |
| HSL | 197.03º | 0.98% | 0.53% | - |
| HSV(B) | 197.03º | 0.93% | 0.99% | - |
| XYZ | 35.52 | 42.33 | 99.23 | - |
| YUV | 143.11 | 190.01 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 253 | 0.93 | 0.26 | 0 | 0.01 | 197.03 | 0.98 | 0.53 |
| Hex | 11 | BA | FD | 5D | 1A | 0 | 1 | C5 | 62 | 35 |
| Octal | 21 | 272 | 375 | 135 | 32 | 0 | 1 | 305 | 142 | 65 |
| Binary | 10001 | 10111010 | 11111101 | 1011101 | 11010 | 0 | 1 | 11000101 | 1100010 | 110101 |
Color Harmonies of #11BAFD
Complementary color
Monochromatic Colors of #11BAFD
Black with #11BAFD
Text Example
Text Example
White with #11BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BAFD; }
p { color: rgb(17,186,253); }
H1.HeaderClassName
{
color: #11BAFD;
}
.AnyTagClassName
{
color: #11BAFD;
}
</style>
background-color css
<style>
a { background-color: #11BAFD; }
a { background-color: rgb(17,186,253); }
div.DivClassName
{
background-color: #11BAFD;
}
.BgClassName
{
background-color: #11BAFD;
}
</style>
border-color css
<style>
span { border-color: #11BAFD; }
span { border-color: rgb(17,186,253); }
td.TdClassName
{
border-color: #11BAFD;
}
.TagClassName
{
border-color: #11BAFD;
}
</style>