Shades of Deep Sky Blue #11D2FF
Tints of Deep Sky Blue #11D2FF
RGB
CMYK
RGB Variations
Color information
#11D2FF (or 0x11D2FF) is known color: Deep Sky Blue. HEX triplet: 11, D2 and FF. RGB value is (17,210,255). Sum of RGB (Red+Green+Blue) = 17+210+255=482 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.53% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #11D2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D2FF is #EE2D00. Grayscale: #9D9D9D. Windows color (decimal): -15609089 or 16765457. OLE color: 16765457.
HSL color Cylindrical-coordinate representation of color #11D2FF: hue angle of 191.34º 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 #11D2FF is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 210 | 255 | - |
| CMYK | 0.93 | 0.18 | 0 | 0 |
| HSL | 191.34º | 1% | 0.53% | - |
| HSV(B) | 191.34º | 0.93% | 1% | - |
| XYZ | 41.33 | 53.43 | 102.74 | - |
| YUV | 157.42 | 183.06 | 27.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 210 | 255 | 0.93 | 0.18 | 0 | 0 | 191.34 | 1 | 0.53 |
| Hex | 11 | D2 | FF | 5D | 12 | 0 | 0 | BF | 64 | 35 |
| Octal | 21 | 322 | 377 | 135 | 22 | 0 | 0 | 277 | 144 | 65 |
| Binary | 10001 | 11010010 | 11111111 | 1011101 | 10010 | 0 | 0 | 10111111 | 1100100 | 110101 |
Color Harmonies of #11D2FF
Complementary color
Monochromatic Colors of #11D2FF
Black with #11D2FF
Text Example
Text Example
White with #11D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D2FF; }
p { color: rgb(17,210,255); }
H1.HeaderClassName
{
color: #11D2FF;
}
.AnyTagClassName
{
color: #11D2FF;
}
</style>
background-color css
<style>
a { background-color: #11D2FF; }
a { background-color: rgb(17,210,255); }
div.DivClassName
{
background-color: #11D2FF;
}
.BgClassName
{
background-color: #11D2FF;
}
</style>
border-color css
<style>
span { border-color: #11D2FF; }
span { border-color: rgb(17,210,255); }
td.TdClassName
{
border-color: #11D2FF;
}
.TagClassName
{
border-color: #11D2FF;
}
</style>