Shades of Summer Sky #1DAADB
Tints of Summer Sky #1DAADB
RGB
CMYK
RGB Variations
Color information
#1DAADB (or 0x1DAADB) is known color: Summer Sky. HEX triplet: 1D, AA and DB. RGB value is (29,170,219). Sum of RGB (Red+Green+Blue) = 29+170+219=418 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.94% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #1DAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAADB is #E25524. Grayscale: #858585. Windows color (decimal): -14832933 or 14395933. OLE color: 14395933.
HSL color Cylindrical-coordinate representation of color #1DAADB: hue angle of 195.47º 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 #1DAADB is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 29 | 170 | 219 | - |
CMYK | 0.87 | 0.22 | 0 | 0.14 |
HSL | 195.47º | 0.77% | 0.49% | - |
HSV(B) | 195.47º | 0.87% | 0.86% | - |
XYZ | 27.67 | 34.13 | 72.15 | - |
YUV | 133.43 | 176.29 | 53.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 170 | 219 | 0.87 | 0.22 | 0 | 0.14 | 195.47 | 0.77 | 0.49 |
Hex | 1D | AA | DB | 57 | 16 | 0 | E | C3 | 4D | 31 |
Octal | 35 | 252 | 333 | 127 | 26 | 0 | 16 | 303 | 115 | 61 |
Binary | 11101 | 10101010 | 11011011 | 1010111 | 10110 | 0 | 1110 | 11000011 | 1001101 | 110001 |
Color Harmonies of #1DAADB
Complementary color
Monochromatic Colors of #1DAADB
Black with #1DAADB
Text Example
Text Example
White with #1DAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAADB; }
p { color: rgb(29,170,219); }
H1.HeaderClassName
{
color: #1DAADB;
}
.AnyTagClassName
{
color: #1DAADB;
}
</style>
background-color css
<style>
a { background-color: #1DAADB; }
a { background-color: rgb(29,170,219); }
div.DivClassName
{
background-color: #1DAADB;
}
.BgClassName
{
background-color: #1DAADB;
}
</style>
border-color css
<style>
span { border-color: #1DAADB; }
span { border-color: rgb(29,170,219); }
td.TdClassName
{
border-color: #1DAADB;
}
.TagClassName
{
border-color: #1DAADB;
}
</style>