Shades of Summer Sky #1DBADB
Tints of Summer Sky #1DBADB
RGB
CMYK
RGB Variations
Color information
#1DBADB (or 0x1DBADB) is known color: Summer Sky. HEX triplet: 1D, BA and DB. RGB value is (29,186,219). Sum of RGB (Red+Green+Blue) = 29+186+219=434 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.68% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #1DBADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBADB is #E24524. Grayscale: #8E8E8E. Windows color (decimal): -14828837 or 14400029. OLE color: 14400029.
HSL color Cylindrical-coordinate representation of color #1DBADB: hue angle of 190.42º 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 #1DBADB is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 186 | 219 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.14 |
| HSL | 190.42º | 0.77% | 0.49% | - |
| HSV(B) | 190.42º | 0.87% | 0.86% | - |
| XYZ | 30.85 | 40.49 | 73.21 | - |
| YUV | 142.82 | 170.99 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 219 | 0.87 | 0.15 | 0 | 0.14 | 190.42 | 0.77 | 0.49 |
| Hex | 1D | BA | DB | 57 | F | 0 | E | BE | 4D | 31 |
| Octal | 35 | 272 | 333 | 127 | 17 | 0 | 16 | 276 | 115 | 61 |
| Binary | 11101 | 10111010 | 11011011 | 1010111 | 1111 | 0 | 1110 | 10111110 | 1001101 | 110001 |
Color Harmonies of #1DBADB
Complementary color
Monochromatic Colors of #1DBADB
Black with #1DBADB
Text Example
Text Example
White with #1DBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBADB; }
p { color: rgb(29,186,219); }
H1.HeaderClassName
{
color: #1DBADB;
}
.AnyTagClassName
{
color: #1DBADB;
}
</style>
background-color css
<style>
a { background-color: #1DBADB; }
a { background-color: rgb(29,186,219); }
div.DivClassName
{
background-color: #1DBADB;
}
.BgClassName
{
background-color: #1DBADB;
}
</style>
border-color css
<style>
span { border-color: #1DBADB; }
span { border-color: rgb(29,186,219); }
td.TdClassName
{
border-color: #1DBADB;
}
.TagClassName
{
border-color: #1DBADB;
}
</style>