Shades of Summer Sky #1DADDC
Tints of Summer Sky #1DADDC
RGB
CMYK
RGB Variations
Color information
#1DADDC (or 0x1DADDC) is known color: Summer Sky. HEX triplet: 1D, AD and DC. RGB value is (29,173,220). Sum of RGB (Red+Green+Blue) = 29+173+220=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADDC is #E25223. Grayscale: #868686. Windows color (decimal): -14832164 or 14462237. OLE color: 14462237.
HSL color Cylindrical-coordinate representation of color #1DADDC: hue angle of 194.76º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DADDC is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 173 | 220 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.14 |
| HSL | 194.76º | 0.77% | 0.49% | - |
| HSV(B) | 194.76º | 0.87% | 0.86% | - |
| XYZ | 28.37 | 35.32 | 73.03 | - |
| YUV | 135.3 | 175.79 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 220 | 0.87 | 0.21 | 0 | 0.14 | 194.76 | 0.77 | 0.49 |
| Hex | 1D | AD | DC | 57 | 15 | 0 | E | C3 | 4D | 31 |
| Octal | 35 | 255 | 334 | 127 | 25 | 0 | 16 | 303 | 115 | 61 |
| Binary | 11101 | 10101101 | 11011100 | 1010111 | 10101 | 0 | 1110 | 11000011 | 1001101 | 110001 |
Color Harmonies of #1DADDC
Complementary color
Monochromatic Colors of #1DADDC
Black with #1DADDC
Text Example
Text Example
White with #1DADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DADDC; }
p { color: rgb(29,173,220); }
H1.HeaderClassName
{
color: #1DADDC;
}
.AnyTagClassName
{
color: #1DADDC;
}
</style>
background-color css
<style>
a { background-color: #1DADDC; }
a { background-color: rgb(29,173,220); }
div.DivClassName
{
background-color: #1DADDC;
}
.BgClassName
{
background-color: #1DADDC;
}
</style>
border-color css
<style>
span { border-color: #1DADDC; }
span { border-color: rgb(29,173,220); }
td.TdClassName
{
border-color: #1DADDC;
}
.TagClassName
{
border-color: #1DADDC;
}
</style>