Shades of Summer Sky #1DA6DC
Tints of Summer Sky #1DA6DC
RGB
CMYK
RGB Variations
Color information
#1DA6DC (or 0x1DA6DC) is known color: Summer Sky. HEX triplet: 1D, A6 and DC. RGB value is (29,166,220). Sum of RGB (Red+Green+Blue) = 29+166+220=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DA6DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA6DC is #E25923. Grayscale: #828282. Windows color (decimal): -14833956 or 14460445. OLE color: 14460445.
HSL color Cylindrical-coordinate representation of color #1DA6DC: hue angle of 196.96º 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 #1DA6DC is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 166 | 220 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.14 |
| HSL | 196.96º | 0.77% | 0.49% | - |
| HSV(B) | 196.96º | 0.87% | 0.86% | - |
| XYZ | 27.06 | 32.7 | 72.6 | - |
| YUV | 131.19 | 178.11 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 220 | 0.87 | 0.25 | 0 | 0.14 | 196.96 | 0.77 | 0.49 |
| Hex | 1D | A6 | DC | 57 | 19 | 0 | E | C5 | 4D | 31 |
| Octal | 35 | 246 | 334 | 127 | 31 | 0 | 16 | 305 | 115 | 61 |
| Binary | 11101 | 10100110 | 11011100 | 1010111 | 11001 | 0 | 1110 | 11000101 | 1001101 | 110001 |
Color Harmonies of #1DA6DC
Complementary color
Monochromatic Colors of #1DA6DC
Black with #1DA6DC
Text Example
Text Example
White with #1DA6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA6DC; }
p { color: rgb(29,166,220); }
H1.HeaderClassName
{
color: #1DA6DC;
}
.AnyTagClassName
{
color: #1DA6DC;
}
</style>
background-color css
<style>
a { background-color: #1DA6DC; }
a { background-color: rgb(29,166,220); }
div.DivClassName
{
background-color: #1DA6DC;
}
.BgClassName
{
background-color: #1DA6DC;
}
</style>
border-color css
<style>
span { border-color: #1DA6DC; }
span { border-color: rgb(29,166,220); }
td.TdClassName
{
border-color: #1DA6DC;
}
.TagClassName
{
border-color: #1DA6DC;
}
</style>