Shades of Deep Sky Blue #1DCCEC
Tints of Deep Sky Blue #1DCCEC
RGB
CMYK
RGB Variations
Color information
#1DCCEC (or 0x1DCCEC) is known color: Deep Sky Blue. HEX triplet: 1D, CC and EC. RGB value is (29,204,236). Sum of RGB (Red+Green+Blue) = 29+204+236=469 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.18% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DCCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCCEC is #E23313. Grayscale: #9B9B9B. Windows color (decimal): -14824212 or 15518749. OLE color: 15518749.
HSL color Cylindrical-coordinate representation of color #1DCCEC: hue angle of 189.28º 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 #1DCCEC is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 204 | 236 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.07 |
| HSL | 189.28º | 0.84% | 0.52% | - |
| HSV(B) | 189.28º | 0.88% | 0.93% | - |
| XYZ | 37.24 | 49.5 | 86.95 | - |
| YUV | 155.32 | 173.52 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 236 | 0.88 | 0.14 | 0 | 0.07 | 189.28 | 0.84 | 0.52 |
| Hex | 1D | CC | EC | 58 | E | 0 | 7 | BD | 54 | 34 |
| Octal | 35 | 314 | 354 | 130 | 16 | 0 | 7 | 275 | 124 | 64 |
| Binary | 11101 | 11001100 | 11101100 | 1011000 | 1110 | 0 | 111 | 10111101 | 1010100 | 110100 |
Color Harmonies of #1DCCEC
Complementary color
Monochromatic Colors of #1DCCEC
Black with #1DCCEC
Text Example
Text Example
White with #1DCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCCEC; }
p { color: rgb(29,204,236); }
H1.HeaderClassName
{
color: #1DCCEC;
}
.AnyTagClassName
{
color: #1DCCEC;
}
</style>
background-color css
<style>
a { background-color: #1DCCEC; }
a { background-color: rgb(29,204,236); }
div.DivClassName
{
background-color: #1DCCEC;
}
.BgClassName
{
background-color: #1DCCEC;
}
</style>
border-color css
<style>
span { border-color: #1DCCEC; }
span { border-color: rgb(29,204,236); }
td.TdClassName
{
border-color: #1DCCEC;
}
.TagClassName
{
border-color: #1DCCEC;
}
</style>