Shades of Deep Sky Blue #11D9FF
Tints of Deep Sky Blue #11D9FF
RGB
CMYK
RGB Variations
Color information
#11D9FF (or 0x11D9FF) is known color: Deep Sky Blue. HEX triplet: 11, D9 and FF. RGB value is (17,217,255). Sum of RGB (Red+Green+Blue) = 17+217+255=489 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #11D9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D9FF is #EE2600. Grayscale: #A1A1A1. Windows color (decimal): -15607297 or 16767249. OLE color: 16767249.
HSL color Cylindrical-coordinate representation of color #11D9FF: hue angle of 189.58º 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 #11D9FF is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 217 | 255 | - |
| CMYK | 0.93 | 0.15 | 0 | 0 |
| HSL | 189.58º | 1% | 0.53% | - |
| HSV(B) | 189.58º | 0.93% | 1% | - |
| XYZ | 43.09 | 56.96 | 103.33 | - |
| YUV | 161.53 | 180.74 | 24.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 255 | 0.93 | 0.15 | 0 | 0 | 189.58 | 1 | 0.53 |
| Hex | 11 | D9 | FF | 5D | F | 0 | 0 | BE | 64 | 35 |
| Octal | 21 | 331 | 377 | 135 | 17 | 0 | 0 | 276 | 144 | 65 |
| Binary | 10001 | 11011001 | 11111111 | 1011101 | 1111 | 0 | 0 | 10111110 | 1100100 | 110101 |
Color Harmonies of #11D9FF
Complementary color
Monochromatic Colors of #11D9FF
Black with #11D9FF
Text Example
Text Example
White with #11D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D9FF; }
p { color: rgb(17,217,255); }
H1.HeaderClassName
{
color: #11D9FF;
}
.AnyTagClassName
{
color: #11D9FF;
}
</style>
background-color css
<style>
a { background-color: #11D9FF; }
a { background-color: rgb(17,217,255); }
div.DivClassName
{
background-color: #11D9FF;
}
.BgClassName
{
background-color: #11D9FF;
}
</style>
border-color css
<style>
span { border-color: #11D9FF; }
span { border-color: rgb(17,217,255); }
td.TdClassName
{
border-color: #11D9FF;
}
.TagClassName
{
border-color: #11D9FF;
}
</style>