Shades of Summer Sky #1DADD7
Tints of Summer Sky #1DADD7
RGB
CMYK
RGB Variations
Color information
#1DADD7 (or 0x1DADD7) is known color: Summer Sky. HEX triplet: 1D, AD and D7. RGB value is (29,173,215). Sum of RGB (Red+Green+Blue) = 29+173+215=417 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.95% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #1DADD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADD7 is #E25228. Grayscale: #868686. Windows color (decimal): -14832169 or 14134557. OLE color: 14134557.
HSL color Cylindrical-coordinate representation of color #1DADD7: hue angle of 193.55º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DADD7 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 173 | 215 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.16 |
| HSL | 193.55º | 0.76% | 0.48% | - |
| HSV(B) | 193.55º | 0.87% | 0.84% | - |
| XYZ | 27.72 | 35.05 | 69.6 | - |
| YUV | 134.73 | 173.29 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 215 | 0.87 | 0.20 | 0 | 0.16 | 193.55 | 0.76 | 0.48 |
| Hex | 1D | AD | D7 | 57 | 14 | 0 | 10 | C2 | 4C | 30 |
| Octal | 35 | 255 | 327 | 127 | 24 | 0 | 20 | 302 | 114 | 60 |
| Binary | 11101 | 10101101 | 11010111 | 1010111 | 10100 | 0 | 10000 | 11000010 | 1001100 | 110000 |
Color Harmonies of #1DADD7
Complementary color
Monochromatic Colors of #1DADD7
Black with #1DADD7
Text Example
Text Example
White with #1DADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DADD7; }
p { color: rgb(29,173,215); }
H1.HeaderClassName
{
color: #1DADD7;
}
.AnyTagClassName
{
color: #1DADD7;
}
</style>
background-color css
<style>
a { background-color: #1DADD7; }
a { background-color: rgb(29,173,215); }
div.DivClassName
{
background-color: #1DADD7;
}
.BgClassName
{
background-color: #1DADD7;
}
</style>
border-color css
<style>
span { border-color: #1DADD7; }
span { border-color: rgb(29,173,215); }
td.TdClassName
{
border-color: #1DADD7;
}
.TagClassName
{
border-color: #1DADD7;
}
</style>