Shades of Deep Sky Blue #1DCEEC
Tints of Deep Sky Blue #1DCEEC
RGB
CMYK
RGB Variations
Color information
#1DCEEC (or 0x1DCEEC) is known color: Deep Sky Blue. HEX triplet: 1D, CE and EC. RGB value is (29,206,236). Sum of RGB (Red+Green+Blue) = 29+206+236=471 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.16% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DCEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCEEC is #E23113. Grayscale: #9C9C9C. Windows color (decimal): -14823700 or 15519261. OLE color: 15519261.
HSL color Cylindrical-coordinate representation of color #1DCEEC: hue angle of 188.7º 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 #1DCEEC is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 206 | 236 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.07 |
| HSL | 188.7º | 0.84% | 0.52% | - |
| HSV(B) | 188.7º | 0.88% | 0.93% | - |
| XYZ | 37.72 | 50.46 | 87.11 | - |
| YUV | 156.5 | 172.86 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 236 | 0.88 | 0.13 | 0 | 0.07 | 188.7 | 0.84 | 0.52 |
| Hex | 1D | CE | EC | 58 | D | 0 | 7 | BD | 54 | 34 |
| Octal | 35 | 316 | 354 | 130 | 15 | 0 | 7 | 275 | 124 | 64 |
| Binary | 11101 | 11001110 | 11101100 | 1011000 | 1101 | 0 | 111 | 10111101 | 1010100 | 110100 |
Color Harmonies of #1DCEEC
Complementary color
Monochromatic Colors of #1DCEEC
Black with #1DCEEC
Text Example
Text Example
White with #1DCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCEEC; }
p { color: rgb(29,206,236); }
H1.HeaderClassName
{
color: #1DCEEC;
}
.AnyTagClassName
{
color: #1DCEEC;
}
</style>
background-color css
<style>
a { background-color: #1DCEEC; }
a { background-color: rgb(29,206,236); }
div.DivClassName
{
background-color: #1DCEEC;
}
.BgClassName
{
background-color: #1DCEEC;
}
</style>
border-color css
<style>
span { border-color: #1DCEEC; }
span { border-color: rgb(29,206,236); }
td.TdClassName
{
border-color: #1DCEEC;
}
.TagClassName
{
border-color: #1DCEEC;
}
</style>