Shades of Deep Sky Blue #11D5FD
Tints of Deep Sky Blue #11D5FD
RGB
CMYK
RGB Variations
Color information
#11D5FD (or 0x11D5FD) is known color: Deep Sky Blue. HEX triplet: 11, D5 and FD. RGB value is (17,213,253). Sum of RGB (Red+Green+Blue) = 17+213+253=483 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.52% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #11D5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D5FD is #EE2A02. Grayscale: #9E9E9E. Windows color (decimal): -15608323 or 16635153. OLE color: 16635153.
HSL color Cylindrical-coordinate representation of color #11D5FD: hue angle of 190.17º 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 #11D5FD is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 213 | 253 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.01 |
| HSL | 190.17º | 0.98% | 0.53% | - |
| HSV(B) | 190.17º | 0.93% | 0.99% | - |
| XYZ | 41.76 | 54.8 | 101.31 | - |
| YUV | 158.96 | 181.07 | 26.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 213 | 253 | 0.93 | 0.16 | 0 | 0.01 | 190.17 | 0.98 | 0.53 |
| Hex | 11 | D5 | FD | 5D | 10 | 0 | 1 | BE | 62 | 35 |
| Octal | 21 | 325 | 375 | 135 | 20 | 0 | 1 | 276 | 142 | 65 |
| Binary | 10001 | 11010101 | 11111101 | 1011101 | 10000 | 0 | 1 | 10111110 | 1100010 | 110101 |
Color Harmonies of #11D5FD
Complementary color
Monochromatic Colors of #11D5FD
Black with #11D5FD
Text Example
Text Example
White with #11D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D5FD; }
p { color: rgb(17,213,253); }
H1.HeaderClassName
{
color: #11D5FD;
}
.AnyTagClassName
{
color: #11D5FD;
}
</style>
background-color css
<style>
a { background-color: #11D5FD; }
a { background-color: rgb(17,213,253); }
div.DivClassName
{
background-color: #11D5FD;
}
.BgClassName
{
background-color: #11D5FD;
}
</style>
border-color css
<style>
span { border-color: #11D5FD; }
span { border-color: rgb(17,213,253); }
td.TdClassName
{
border-color: #11D5FD;
}
.TagClassName
{
border-color: #11D5FD;
}
</style>