Shades of Deep Sky Blue #1DC2EC
Tints of Deep Sky Blue #1DC2EC
RGB
CMYK
RGB Variations
Color information
#1DC2EC (or 0x1DC2EC) is known color: Deep Sky Blue. HEX triplet: 1D, C2 and EC. RGB value is (29,194,236). Sum of RGB (Red+Green+Blue) = 29+194+236=459 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.32% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DC2EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC2EC is #E23D13. Grayscale: #959595. Windows color (decimal): -14826772 or 15516189. OLE color: 15516189.
HSL color Cylindrical-coordinate representation of color #1DC2EC: hue angle of 192.17º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DC2EC is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 194 | 236 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.07 |
| HSL | 192.17º | 0.84% | 0.52% | - |
| HSV(B) | 192.17º | 0.88% | 0.93% | - |
| XYZ | 34.94 | 44.9 | 86.18 | - |
| YUV | 149.45 | 176.84 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 236 | 0.88 | 0.18 | 0 | 0.07 | 192.17 | 0.84 | 0.52 |
| Hex | 1D | C2 | EC | 58 | 12 | 0 | 7 | C0 | 54 | 34 |
| Octal | 35 | 302 | 354 | 130 | 22 | 0 | 7 | 300 | 124 | 64 |
| Binary | 11101 | 11000010 | 11101100 | 1011000 | 10010 | 0 | 111 | 11000000 | 1010100 | 110100 |
Color Harmonies of #1DC2EC
Complementary color
Monochromatic Colors of #1DC2EC
Black with #1DC2EC
Text Example
Text Example
White with #1DC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC2EC; }
p { color: rgb(29,194,236); }
H1.HeaderClassName
{
color: #1DC2EC;
}
.AnyTagClassName
{
color: #1DC2EC;
}
</style>
background-color css
<style>
a { background-color: #1DC2EC; }
a { background-color: rgb(29,194,236); }
div.DivClassName
{
background-color: #1DC2EC;
}
.BgClassName
{
background-color: #1DC2EC;
}
</style>
border-color css
<style>
span { border-color: #1DC2EC; }
span { border-color: rgb(29,194,236); }
td.TdClassName
{
border-color: #1DC2EC;
}
.TagClassName
{
border-color: #1DC2EC;
}
</style>