Shades of Summer Sky #1DACD6
Tints of Summer Sky #1DACD6
RGB
CMYK
RGB Variations
Color information
#1DACD6 (or 0x1DACD6) is known color: Summer Sky. HEX triplet: 1D, AC and D6. RGB value is (29,172,214). Sum of RGB (Red+Green+Blue) = 29+172+214=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #1DACD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DACD6 is #E25329. Grayscale: #858585. Windows color (decimal): -14832426 or 14068765. OLE color: 14068765.
HSL color Cylindrical-coordinate representation of color #1DACD6: hue angle of 193.62º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DACD6 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 172 | 214 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.16 |
| HSL | 193.62º | 0.76% | 0.48% | - |
| HSV(B) | 193.62º | 0.86% | 0.84% | - |
| XYZ | 27.4 | 34.62 | 68.86 | - |
| YUV | 134.03 | 173.12 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 214 | 0.86 | 0.20 | 0 | 0.16 | 193.62 | 0.76 | 0.48 |
| Hex | 1D | AC | D6 | 56 | 14 | 0 | 10 | C2 | 4C | 30 |
| Octal | 35 | 254 | 326 | 126 | 24 | 0 | 20 | 302 | 114 | 60 |
| Binary | 11101 | 10101100 | 11010110 | 1010110 | 10100 | 0 | 10000 | 11000010 | 1001100 | 110000 |
Color Harmonies of #1DACD6
Complementary color
Monochromatic Colors of #1DACD6
Black with #1DACD6
Text Example
Text Example
White with #1DACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACD6; }
p { color: rgb(29,172,214); }
H1.HeaderClassName
{
color: #1DACD6;
}
.AnyTagClassName
{
color: #1DACD6;
}
</style>
background-color css
<style>
a { background-color: #1DACD6; }
a { background-color: rgb(29,172,214); }
div.DivClassName
{
background-color: #1DACD6;
}
.BgClassName
{
background-color: #1DACD6;
}
</style>
border-color css
<style>
span { border-color: #1DACD6; }
span { border-color: rgb(29,172,214); }
td.TdClassName
{
border-color: #1DACD6;
}
.TagClassName
{
border-color: #1DACD6;
}
</style>