Shades of Summer Sky #1DBADD
Tints of Summer Sky #1DBADD
RGB
CMYK
RGB Variations
Color information
#1DBADD (or 0x1DBADD) is known color: Summer Sky. HEX triplet: 1D, BA and DD. RGB value is (29,186,221). Sum of RGB (Red+Green+Blue) = 29+186+221=436 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.65% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #1DBADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBADD is #E24522. Grayscale: #8E8E8E. Windows color (decimal): -14828835 or 14531101. OLE color: 14531101.
HSL color Cylindrical-coordinate representation of color #1DBADD: hue angle of 190.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DBADD is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 186 | 221 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.13 |
| HSL | 190.94º | 0.77% | 0.49% | - |
| HSV(B) | 190.94º | 0.87% | 0.87% | - |
| XYZ | 31.12 | 40.6 | 74.6 | - |
| YUV | 143.05 | 171.99 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 221 | 0.87 | 0.16 | 0 | 0.13 | 190.94 | 0.77 | 0.49 |
| Hex | 1D | BA | DD | 57 | 10 | 0 | D | BF | 4D | 31 |
| Octal | 35 | 272 | 335 | 127 | 20 | 0 | 15 | 277 | 115 | 61 |
| Binary | 11101 | 10111010 | 11011101 | 1010111 | 10000 | 0 | 1101 | 10111111 | 1001101 | 110001 |
Color Harmonies of #1DBADD
Complementary color
Monochromatic Colors of #1DBADD
Black with #1DBADD
Text Example
Text Example
White with #1DBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBADD; }
p { color: rgb(29,186,221); }
H1.HeaderClassName
{
color: #1DBADD;
}
.AnyTagClassName
{
color: #1DBADD;
}
</style>
background-color css
<style>
a { background-color: #1DBADD; }
a { background-color: rgb(29,186,221); }
div.DivClassName
{
background-color: #1DBADD;
}
.BgClassName
{
background-color: #1DBADD;
}
</style>
border-color css
<style>
span { border-color: #1DBADD; }
span { border-color: rgb(29,186,221); }
td.TdClassName
{
border-color: #1DBADD;
}
.TagClassName
{
border-color: #1DBADD;
}
</style>