Shades of Summer Sky #1DC0EC
Tints of Summer Sky #1DC0EC
RGB
CMYK
RGB Variations
Color information
#1DC0EC (or 0x1DC0EC) is known color: Summer Sky. HEX triplet: 1D, C0 and EC. RGB value is (29,192,236). Sum of RGB (Red+Green+Blue) = 29+192+236=457 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.35% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DC0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC0EC is #E23F13. Grayscale: #939393. Windows color (decimal): -14827284 or 15515677. OLE color: 15515677.
HSL color Cylindrical-coordinate representation of color #1DC0EC: hue angle of 192.75º 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 #1DC0EC is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 192 | 236 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.07 |
| HSL | 192.75º | 0.84% | 0.52% | - |
| HSV(B) | 192.75º | 0.88% | 0.93% | - |
| XYZ | 34.5 | 44.02 | 86.03 | - |
| YUV | 148.28 | 177.5 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 192 | 236 | 0.88 | 0.19 | 0 | 0.07 | 192.75 | 0.84 | 0.52 |
| Hex | 1D | C0 | EC | 58 | 13 | 0 | 7 | C1 | 54 | 34 |
| Octal | 35 | 300 | 354 | 130 | 23 | 0 | 7 | 301 | 124 | 64 |
| Binary | 11101 | 11000000 | 11101100 | 1011000 | 10011 | 0 | 111 | 11000001 | 1010100 | 110100 |
Color Harmonies of #1DC0EC
Complementary color
Monochromatic Colors of #1DC0EC
Black with #1DC0EC
Text Example
Text Example
White with #1DC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC0EC; }
p { color: rgb(29,192,236); }
H1.HeaderClassName
{
color: #1DC0EC;
}
.AnyTagClassName
{
color: #1DC0EC;
}
</style>
background-color css
<style>
a { background-color: #1DC0EC; }
a { background-color: rgb(29,192,236); }
div.DivClassName
{
background-color: #1DC0EC;
}
.BgClassName
{
background-color: #1DC0EC;
}
</style>
border-color css
<style>
span { border-color: #1DC0EC; }
span { border-color: rgb(29,192,236); }
td.TdClassName
{
border-color: #1DC0EC;
}
.TagClassName
{
border-color: #1DC0EC;
}
</style>