Shades of Summer Sky #1DACDB
Tints of Summer Sky #1DACDB
RGB
CMYK
RGB Variations
Color information
#1DACDB (or 0x1DACDB) is known color: Summer Sky. HEX triplet: 1D, AC and DB. RGB value is (29,172,219). Sum of RGB (Red+Green+Blue) = 29+172+219=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #1DACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DACDB is #E25324. Grayscale: #868686. Windows color (decimal): -14832421 or 14396445. OLE color: 14396445.
HSL color Cylindrical-coordinate representation of color #1DACDB: hue angle of 194.84º 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 #1DACDB is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 172 | 219 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.14 |
| HSL | 194.84º | 0.77% | 0.49% | - |
| HSV(B) | 194.84º | 0.87% | 0.86% | - |
| XYZ | 28.05 | 34.88 | 72.27 | - |
| YUV | 134.6 | 175.62 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 219 | 0.87 | 0.21 | 0 | 0.14 | 194.84 | 0.77 | 0.49 |
| Hex | 1D | AC | DB | 57 | 15 | 0 | E | C3 | 4D | 31 |
| Octal | 35 | 254 | 333 | 127 | 25 | 0 | 16 | 303 | 115 | 61 |
| Binary | 11101 | 10101100 | 11011011 | 1010111 | 10101 | 0 | 1110 | 11000011 | 1001101 | 110001 |
Color Harmonies of #1DACDB
Complementary color
Monochromatic Colors of #1DACDB
Black with #1DACDB
Text Example
Text Example
White with #1DACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACDB; }
p { color: rgb(29,172,219); }
H1.HeaderClassName
{
color: #1DACDB;
}
.AnyTagClassName
{
color: #1DACDB;
}
</style>
background-color css
<style>
a { background-color: #1DACDB; }
a { background-color: rgb(29,172,219); }
div.DivClassName
{
background-color: #1DACDB;
}
.BgClassName
{
background-color: #1DACDB;
}
</style>
border-color css
<style>
span { border-color: #1DACDB; }
span { border-color: rgb(29,172,219); }
td.TdClassName
{
border-color: #1DACDB;
}
.TagClassName
{
border-color: #1DACDB;
}
</style>