Shades of Deep Sky Blue #11DDFD
Tints of Deep Sky Blue #11DDFD
RGB
CMYK
RGB Variations
Color information
#11DDFD (or 0x11DDFD) is known color: Deep Sky Blue. HEX triplet: 11, DD and FD. RGB value is (17,221,253). Sum of RGB (Red+Green+Blue) = 17+221+253=491 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #11DDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DDFD is #EE2202. Grayscale: #A3A3A3. Windows color (decimal): -15606275 or 16637201. OLE color: 16637201.
HSL color Cylindrical-coordinate representation of color #11DDFD: hue angle of 188.14º 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 #11DDFD is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 221 | 253 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.01 |
| HSL | 188.14º | 0.98% | 0.53% | - |
| HSV(B) | 188.14º | 0.93% | 0.99% | - |
| XYZ | 43.82 | 58.92 | 101.99 | - |
| YUV | 163.65 | 178.41 | 23.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 253 | 0.93 | 0.13 | 0 | 0.01 | 188.14 | 0.98 | 0.53 |
| Hex | 11 | DD | FD | 5D | D | 0 | 1 | BC | 62 | 35 |
| Octal | 21 | 335 | 375 | 135 | 15 | 0 | 1 | 274 | 142 | 65 |
| Binary | 10001 | 11011101 | 11111101 | 1011101 | 1101 | 0 | 1 | 10111100 | 1100010 | 110101 |
Color Harmonies of #11DDFD
Complementary color
Monochromatic Colors of #11DDFD
Black with #11DDFD
Text Example
Text Example
White with #11DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDFD; }
p { color: rgb(17,221,253); }
H1.HeaderClassName
{
color: #11DDFD;
}
.AnyTagClassName
{
color: #11DDFD;
}
</style>
background-color css
<style>
a { background-color: #11DDFD; }
a { background-color: rgb(17,221,253); }
div.DivClassName
{
background-color: #11DDFD;
}
.BgClassName
{
background-color: #11DDFD;
}
</style>
border-color css
<style>
span { border-color: #11DDFD; }
span { border-color: rgb(17,221,253); }
td.TdClassName
{
border-color: #11DDFD;
}
.TagClassName
{
border-color: #11DDFD;
}
</style>