Shades of Summer Sky #1DAAEC
Tints of Summer Sky #1DAAEC
RGB
CMYK
RGB Variations
Color information
#1DAAEC (or 0x1DAAEC) is known color: Summer Sky. HEX triplet: 1D, AA and EC. RGB value is (29,170,236). Sum of RGB (Red+Green+Blue) = 29+170+236=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DAAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAAEC is #E25513. Grayscale: #868686. Windows color (decimal): -14832916 or 15510045. OLE color: 15510045.
HSL color Cylindrical-coordinate representation of color #1DAAEC: hue angle of 199.13º 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 #1DAAEC is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 170 | 236 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.07 |
| HSL | 199.13º | 0.84% | 0.52% | - |
| HSV(B) | 199.13º | 0.88% | 0.93% | - |
| XYZ | 30.02 | 35.07 | 84.54 | - |
| YUV | 135.37 | 184.79 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 236 | 0.88 | 0.28 | 0 | 0.07 | 199.13 | 0.84 | 0.52 |
| Hex | 1D | AA | EC | 58 | 1C | 0 | 7 | C7 | 54 | 34 |
| Octal | 35 | 252 | 354 | 130 | 34 | 0 | 7 | 307 | 124 | 64 |
| Binary | 11101 | 10101010 | 11101100 | 1011000 | 11100 | 0 | 111 | 11000111 | 1010100 | 110100 |
Color Harmonies of #1DAAEC
Complementary color
Monochromatic Colors of #1DAAEC
Black with #1DAAEC
Text Example
Text Example
White with #1DAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAAEC; }
p { color: rgb(29,170,236); }
H1.HeaderClassName
{
color: #1DAAEC;
}
.AnyTagClassName
{
color: #1DAAEC;
}
</style>
background-color css
<style>
a { background-color: #1DAAEC; }
a { background-color: rgb(29,170,236); }
div.DivClassName
{
background-color: #1DAAEC;
}
.BgClassName
{
background-color: #1DAAEC;
}
</style>
border-color css
<style>
span { border-color: #1DAAEC; }
span { border-color: rgb(29,170,236); }
td.TdClassName
{
border-color: #1DAAEC;
}
.TagClassName
{
border-color: #1DAAEC;
}
</style>