Shades of Deep Sky Blue #1DCDEC
Tints of Deep Sky Blue #1DCDEC
RGB
CMYK
RGB Variations
Color information
#1DCDEC (or 0x1DCDEC) is known color: Deep Sky Blue. HEX triplet: 1D, CD and EC. RGB value is (29,205,236). Sum of RGB (Red+Green+Blue) = 29+205+236=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DCDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCDEC is #E23213. Grayscale: #9B9B9B. Windows color (decimal): -14823956 or 15519005. OLE color: 15519005.
HSL color Cylindrical-coordinate representation of color #1DCDEC: hue angle of 188.99º 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 #1DCDEC is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 205 | 236 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.07 |
| HSL | 188.99º | 0.84% | 0.52% | - |
| HSV(B) | 188.99º | 0.88% | 0.93% | - |
| XYZ | 37.48 | 49.98 | 87.03 | - |
| YUV | 155.91 | 173.19 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 236 | 0.88 | 0.13 | 0 | 0.07 | 188.99 | 0.84 | 0.52 |
| Hex | 1D | CD | EC | 58 | D | 0 | 7 | BD | 54 | 34 |
| Octal | 35 | 315 | 354 | 130 | 15 | 0 | 7 | 275 | 124 | 64 |
| Binary | 11101 | 11001101 | 11101100 | 1011000 | 1101 | 0 | 111 | 10111101 | 1010100 | 110100 |
Color Harmonies of #1DCDEC
Complementary color
Monochromatic Colors of #1DCDEC
Black with #1DCDEC
Text Example
Text Example
White with #1DCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCDEC; }
p { color: rgb(29,205,236); }
H1.HeaderClassName
{
color: #1DCDEC;
}
.AnyTagClassName
{
color: #1DCDEC;
}
</style>
background-color css
<style>
a { background-color: #1DCDEC; }
a { background-color: rgb(29,205,236); }
div.DivClassName
{
background-color: #1DCDEC;
}
.BgClassName
{
background-color: #1DCDEC;
}
</style>
border-color css
<style>
span { border-color: #1DCDEC; }
span { border-color: rgb(29,205,236); }
td.TdClassName
{
border-color: #1DCDEC;
}
.TagClassName
{
border-color: #1DCDEC;
}
</style>