Shades of Summer Sky #1DABDB
Tints of Summer Sky #1DABDB
RGB
CMYK
RGB Variations
Color information
#1DABDB (or 0x1DABDB) is known color: Summer Sky. HEX triplet: 1D, AB and DB. RGB value is (29,171,219). Sum of RGB (Red+Green+Blue) = 29+171+219=419 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.92% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #1DABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DABDB is #E25424. Grayscale: #858585. Windows color (decimal): -14832677 or 14396189. OLE color: 14396189.
HSL color Cylindrical-coordinate representation of color #1DABDB: hue angle of 195.16º 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 #1DABDB is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 171 | 219 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.14 |
| HSL | 195.16º | 0.77% | 0.49% | - |
| HSV(B) | 195.16º | 0.87% | 0.86% | - |
| XYZ | 27.86 | 34.5 | 72.21 | - |
| YUV | 134.01 | 175.96 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 219 | 0.87 | 0.22 | 0 | 0.14 | 195.16 | 0.77 | 0.49 |
| Hex | 1D | AB | DB | 57 | 16 | 0 | E | C3 | 4D | 31 |
| Octal | 35 | 253 | 333 | 127 | 26 | 0 | 16 | 303 | 115 | 61 |
| Binary | 11101 | 10101011 | 11011011 | 1010111 | 10110 | 0 | 1110 | 11000011 | 1001101 | 110001 |
Color Harmonies of #1DABDB
Complementary color
Monochromatic Colors of #1DABDB
Black with #1DABDB
Text Example
Text Example
White with #1DABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DABDB; }
p { color: rgb(29,171,219); }
H1.HeaderClassName
{
color: #1DABDB;
}
.AnyTagClassName
{
color: #1DABDB;
}
</style>
background-color css
<style>
a { background-color: #1DABDB; }
a { background-color: rgb(29,171,219); }
div.DivClassName
{
background-color: #1DABDB;
}
.BgClassName
{
background-color: #1DABDB;
}
</style>
border-color css
<style>
span { border-color: #1DABDB; }
span { border-color: rgb(29,171,219); }
td.TdClassName
{
border-color: #1DABDB;
}
.TagClassName
{
border-color: #1DABDB;
}
</style>