Shades of Deep Sky Blue #11DDFC
Tints of Deep Sky Blue #11DDFC
RGB
CMYK
RGB Variations
Color information
#11DDFC (or 0x11DDFC) is known color: Deep Sky Blue. HEX triplet: 11, DD and FC. RGB value is (17,221,252). Sum of RGB (Red+Green+Blue) = 17+221+252=490 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.47% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #11DDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DDFC is #EE2203. Grayscale: #A3A3A3. Windows color (decimal): -15606276 or 16571665. OLE color: 16571665.
HSL color Cylindrical-coordinate representation of color #11DDFC: hue angle of 187.91º 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 #11DDFC is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 221 | 252 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.01 |
| HSL | 187.91º | 0.98% | 0.53% | - |
| HSV(B) | 187.91º | 0.93% | 0.99% | - |
| XYZ | 43.66 | 58.86 | 101.16 | - |
| YUV | 163.54 | 177.91 | 23.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 252 | 0.93 | 0.12 | 0 | 0.01 | 187.91 | 0.98 | 0.53 |
| Hex | 11 | DD | FC | 5D | C | 0 | 1 | BC | 62 | 35 |
| Octal | 21 | 335 | 374 | 135 | 14 | 0 | 1 | 274 | 142 | 65 |
| Binary | 10001 | 11011101 | 11111100 | 1011101 | 1100 | 0 | 1 | 10111100 | 1100010 | 110101 |
Color Harmonies of #11DDFC
Complementary color
Monochromatic Colors of #11DDFC
Black with #11DDFC
Text Example
Text Example
White with #11DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDFC; }
p { color: rgb(17,221,252); }
H1.HeaderClassName
{
color: #11DDFC;
}
.AnyTagClassName
{
color: #11DDFC;
}
</style>
background-color css
<style>
a { background-color: #11DDFC; }
a { background-color: rgb(17,221,252); }
div.DivClassName
{
background-color: #11DDFC;
}
.BgClassName
{
background-color: #11DDFC;
}
</style>
border-color css
<style>
span { border-color: #11DDFC; }
span { border-color: rgb(17,221,252); }
td.TdClassName
{
border-color: #11DDFC;
}
.TagClassName
{
border-color: #11DDFC;
}
</style>