Shades of Summer Sky #1DADDD
Tints of Summer Sky #1DADDD
RGB
CMYK
RGB Variations
Color information
#1DADDD (or 0x1DADDD) is known color: Summer Sky. HEX triplet: 1D, AD and DD. RGB value is (29,173,221). Sum of RGB (Red+Green+Blue) = 29+173+221=423 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.86% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #1DADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADDD is #E25222. Grayscale: #878787. Windows color (decimal): -14832163 or 14527773. OLE color: 14527773.
HSL color Cylindrical-coordinate representation of color #1DADDD: hue angle of 195º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DADDD is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 173 | 221 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.13 |
| HSL | 195º | 0.77% | 0.49% | - |
| HSV(B) | 195º | 0.87% | 0.87% | - |
| XYZ | 28.5 | 35.37 | 73.73 | - |
| YUV | 135.42 | 176.29 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 221 | 0.87 | 0.22 | 0 | 0.13 | 195 | 0.77 | 0.49 |
| Hex | 1D | AD | DD | 57 | 16 | 0 | D | C3 | 4D | 31 |
| Octal | 35 | 255 | 335 | 127 | 26 | 0 | 15 | 303 | 115 | 61 |
| Binary | 11101 | 10101101 | 11011101 | 1010111 | 10110 | 0 | 1101 | 11000011 | 1001101 | 110001 |
Color Harmonies of #1DADDD
Complementary color
Monochromatic Colors of #1DADDD
Black with #1DADDD
Text Example
Text Example
White with #1DADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DADDD; }
p { color: rgb(29,173,221); }
H1.HeaderClassName
{
color: #1DADDD;
}
.AnyTagClassName
{
color: #1DADDD;
}
</style>
background-color css
<style>
a { background-color: #1DADDD; }
a { background-color: rgb(29,173,221); }
div.DivClassName
{
background-color: #1DADDD;
}
.BgClassName
{
background-color: #1DADDD;
}
</style>
border-color css
<style>
span { border-color: #1DADDD; }
span { border-color: rgb(29,173,221); }
td.TdClassName
{
border-color: #1DADDD;
}
.TagClassName
{
border-color: #1DADDD;
}
</style>