Shades of Summer Sky #1DA9EC
Tints of Summer Sky #1DA9EC
RGB
CMYK
RGB Variations
Color information
#1DA9EC (or 0x1DA9EC) is known color: Summer Sky. HEX triplet: 1D, A9 and EC. RGB value is (29,169,236). Sum of RGB (Red+Green+Blue) = 29+169+236=434 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.68% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DA9EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA9EC is #E25613. Grayscale: #868686. Windows color (decimal): -14833172 or 15509789. OLE color: 15509789.
HSL color Cylindrical-coordinate representation of color #1DA9EC: hue angle of 199.42º 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 #1DA9EC is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 169 | 236 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.07 |
| HSL | 199.42º | 0.84% | 0.52% | - |
| HSV(B) | 199.42º | 0.88% | 0.93% | - |
| XYZ | 29.83 | 34.69 | 84.48 | - |
| YUV | 134.78 | 185.12 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 169 | 236 | 0.88 | 0.28 | 0 | 0.07 | 199.42 | 0.84 | 0.52 |
| Hex | 1D | A9 | EC | 58 | 1C | 0 | 7 | C7 | 54 | 34 |
| Octal | 35 | 251 | 354 | 130 | 34 | 0 | 7 | 307 | 124 | 64 |
| Binary | 11101 | 10101001 | 11101100 | 1011000 | 11100 | 0 | 111 | 11000111 | 1010100 | 110100 |
Color Harmonies of #1DA9EC
Complementary color
Monochromatic Colors of #1DA9EC
Black with #1DA9EC
Text Example
Text Example
White with #1DA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA9EC; }
p { color: rgb(29,169,236); }
H1.HeaderClassName
{
color: #1DA9EC;
}
.AnyTagClassName
{
color: #1DA9EC;
}
</style>
background-color css
<style>
a { background-color: #1DA9EC; }
a { background-color: rgb(29,169,236); }
div.DivClassName
{
background-color: #1DA9EC;
}
.BgClassName
{
background-color: #1DA9EC;
}
</style>
border-color css
<style>
span { border-color: #1DA9EC; }
span { border-color: rgb(29,169,236); }
td.TdClassName
{
border-color: #1DA9EC;
}
.TagClassName
{
border-color: #1DA9EC;
}
</style>