Shades of Summer Sky #1DBADC
Tints of Summer Sky #1DBADC
RGB
CMYK
RGB Variations
Color information
#1DBADC (or 0x1DBADC) is known color: Summer Sky. HEX triplet: 1D, BA and DC. RGB value is (29,186,220). Sum of RGB (Red+Green+Blue) = 29+186+220=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DBADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBADC is #E24523. Grayscale: #8E8E8E. Windows color (decimal): -14828836 or 14465565. OLE color: 14465565.
HSL color Cylindrical-coordinate representation of color #1DBADC: hue angle of 190.68º 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 #1DBADC is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 186 | 220 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.14 |
| HSL | 190.68º | 0.77% | 0.49% | - |
| HSV(B) | 190.68º | 0.87% | 0.86% | - |
| XYZ | 30.98 | 40.55 | 73.9 | - |
| YUV | 142.93 | 171.49 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 220 | 0.87 | 0.15 | 0 | 0.14 | 190.68 | 0.77 | 0.49 |
| Hex | 1D | BA | DC | 57 | F | 0 | E | BF | 4D | 31 |
| Octal | 35 | 272 | 334 | 127 | 17 | 0 | 16 | 277 | 115 | 61 |
| Binary | 11101 | 10111010 | 11011100 | 1010111 | 1111 | 0 | 1110 | 10111111 | 1001101 | 110001 |
Color Harmonies of #1DBADC
Complementary color
Monochromatic Colors of #1DBADC
Black with #1DBADC
Text Example
Text Example
White with #1DBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBADC; }
p { color: rgb(29,186,220); }
H1.HeaderClassName
{
color: #1DBADC;
}
.AnyTagClassName
{
color: #1DBADC;
}
</style>
background-color css
<style>
a { background-color: #1DBADC; }
a { background-color: rgb(29,186,220); }
div.DivClassName
{
background-color: #1DBADC;
}
.BgClassName
{
background-color: #1DBADC;
}
</style>
border-color css
<style>
span { border-color: #1DBADC; }
span { border-color: rgb(29,186,220); }
td.TdClassName
{
border-color: #1DBADC;
}
.TagClassName
{
border-color: #1DBADC;
}
</style>