Shades of Deep Sky Blue #11D7FD
Tints of Deep Sky Blue #11D7FD
RGB
CMYK
RGB Variations
Color information
#11D7FD (or 0x11D7FD) is known color: Deep Sky Blue. HEX triplet: 11, D7 and FD. RGB value is (17,215,253). Sum of RGB (Red+Green+Blue) = 17+215+253=485 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.51% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #11D7FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D7FD is #EE2802. Grayscale: #9F9F9F. Windows color (decimal): -15607811 or 16635665. OLE color: 16635665.
HSL color Cylindrical-coordinate representation of color #11D7FD: hue angle of 189.66º 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 #11D7FD is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 215 | 253 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.01 |
| HSL | 189.66º | 0.98% | 0.53% | - |
| HSV(B) | 189.66º | 0.93% | 0.99% | - |
| XYZ | 42.26 | 55.81 | 101.47 | - |
| YUV | 160.13 | 180.4 | 25.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 215 | 253 | 0.93 | 0.15 | 0 | 0.01 | 189.66 | 0.98 | 0.53 |
| Hex | 11 | D7 | FD | 5D | F | 0 | 1 | BE | 62 | 35 |
| Octal | 21 | 327 | 375 | 135 | 17 | 0 | 1 | 276 | 142 | 65 |
| Binary | 10001 | 11010111 | 11111101 | 1011101 | 1111 | 0 | 1 | 10111110 | 1100010 | 110101 |
Color Harmonies of #11D7FD
Complementary color
Monochromatic Colors of #11D7FD
Black with #11D7FD
Text Example
Text Example
White with #11D7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D7FD; }
p { color: rgb(17,215,253); }
H1.HeaderClassName
{
color: #11D7FD;
}
.AnyTagClassName
{
color: #11D7FD;
}
</style>
background-color css
<style>
a { background-color: #11D7FD; }
a { background-color: rgb(17,215,253); }
div.DivClassName
{
background-color: #11D7FD;
}
.BgClassName
{
background-color: #11D7FD;
}
</style>
border-color css
<style>
span { border-color: #11D7FD; }
span { border-color: rgb(17,215,253); }
td.TdClassName
{
border-color: #11D7FD;
}
.TagClassName
{
border-color: #11D7FD;
}
</style>