Shades of Summer Sky #1DBCD9
Tints of Summer Sky #1DBCD9
RGB
CMYK
RGB Variations
Color information
#1DBCD9 (or 0x1DBCD9) is known color: Summer Sky. HEX triplet: 1D, BC and D9. RGB value is (29,188,217). Sum of RGB (Red+Green+Blue) = 29+188+217=434 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.68% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 217 (85.16% from 255 or 50% from 434); Max value from RGB is 217 - color contains mainly: blue. Hex color #1DBCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCD9 is #E24326. Grayscale: #8F8F8F. Windows color (decimal): -14828327 or 14269469. OLE color: 14269469.
HSL color Cylindrical-coordinate representation of color #1DBCD9: hue angle of 189.26º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DBCD9 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 188 | 217 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.15 |
| HSL | 189.26º | 0.76% | 0.48% | - |
| HSV(B) | 189.26º | 0.87% | 0.85% | - |
| XYZ | 31.01 | 41.24 | 71.97 | - |
| YUV | 143.77 | 169.32 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 217 | 0.87 | 0.13 | 0 | 0.15 | 189.26 | 0.76 | 0.48 |
| Hex | 1D | BC | D9 | 57 | D | 0 | F | BD | 4C | 30 |
| Octal | 35 | 274 | 331 | 127 | 15 | 0 | 17 | 275 | 114 | 60 |
| Binary | 11101 | 10111100 | 11011001 | 1010111 | 1101 | 0 | 1111 | 10111101 | 1001100 | 110000 |
Color Harmonies of #1DBCD9
Complementary color
Monochromatic Colors of #1DBCD9
Black with #1DBCD9
Text Example
Text Example
White with #1DBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCD9; }
p { color: rgb(29,188,217); }
H1.HeaderClassName
{
color: #1DBCD9;
}
.AnyTagClassName
{
color: #1DBCD9;
}
</style>
background-color css
<style>
a { background-color: #1DBCD9; }
a { background-color: rgb(29,188,217); }
div.DivClassName
{
background-color: #1DBCD9;
}
.BgClassName
{
background-color: #1DBCD9;
}
</style>
border-color css
<style>
span { border-color: #1DBCD9; }
span { border-color: rgb(29,188,217); }
td.TdClassName
{
border-color: #1DBCD9;
}
.TagClassName
{
border-color: #1DBCD9;
}
</style>