Shades of Summer Sky #1DBCDD
Tints of Summer Sky #1DBCDD
RGB
CMYK
RGB Variations
Color information
#1DBCDD (or 0x1DBCDD) is known color: Summer Sky. HEX triplet: 1D, BC and DD. RGB value is (29,188,221). Sum of RGB (Red+Green+Blue) = 29+188+221=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #1DBCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBCDD is #E24322. Grayscale: #8F8F8F. Windows color (decimal): -14828323 or 14531613. OLE color: 14531613.
HSL color Cylindrical-coordinate representation of color #1DBCDD: hue angle of 190.31º 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 #1DBCDD is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 188 | 221 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.13 |
| HSL | 190.31º | 0.77% | 0.49% | - |
| HSV(B) | 190.31º | 0.87% | 0.87% | - |
| XYZ | 31.54 | 41.45 | 74.74 | - |
| YUV | 144.22 | 171.32 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 221 | 0.87 | 0.15 | 0 | 0.13 | 190.31 | 0.77 | 0.49 |
| Hex | 1D | BC | DD | 57 | F | 0 | D | BE | 4D | 31 |
| Octal | 35 | 274 | 335 | 127 | 17 | 0 | 15 | 276 | 115 | 61 |
| Binary | 11101 | 10111100 | 11011101 | 1010111 | 1111 | 0 | 1101 | 10111110 | 1001101 | 110001 |
Color Harmonies of #1DBCDD
Complementary color
Monochromatic Colors of #1DBCDD
Black with #1DBCDD
Text Example
Text Example
White with #1DBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCDD; }
p { color: rgb(29,188,221); }
H1.HeaderClassName
{
color: #1DBCDD;
}
.AnyTagClassName
{
color: #1DBCDD;
}
</style>
background-color css
<style>
a { background-color: #1DBCDD; }
a { background-color: rgb(29,188,221); }
div.DivClassName
{
background-color: #1DBCDD;
}
.BgClassName
{
background-color: #1DBCDD;
}
</style>
border-color css
<style>
span { border-color: #1DBCDD; }
span { border-color: rgb(29,188,221); }
td.TdClassName
{
border-color: #1DBCDD;
}
.TagClassName
{
border-color: #1DBCDD;
}
</style>