Shades of Summer Sky #1DBBDD
Tints of Summer Sky #1DBBDD
RGB
CMYK
RGB Variations
Color information
#1DBBDD (or 0x1DBBDD) is known color: Summer Sky. HEX triplet: 1D, BB and DD. RGB value is (29,187,221). Sum of RGB (Red+Green+Blue) = 29+187+221=437 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.64% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #1DBBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBDD is #E24422. Grayscale: #8F8F8F. Windows color (decimal): -14828579 or 14531357. OLE color: 14531357.
HSL color Cylindrical-coordinate representation of color #1DBBDD: hue angle of 190.62º 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 #1DBBDD is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 187 | 221 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.13 |
| HSL | 190.63º | 0.77% | 0.49% | - |
| HSV(B) | 190.63º | 0.87% | 0.87% | - |
| XYZ | 31.33 | 41.02 | 74.67 | - |
| YUV | 143.63 | 171.65 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 221 | 0.87 | 0.15 | 0 | 0.13 | 190.63 | 0.77 | 0.49 |
| Hex | 1D | BB | DD | 57 | F | 0 | D | BF | 4D | 31 |
| Octal | 35 | 273 | 335 | 127 | 17 | 0 | 15 | 277 | 115 | 61 |
| Binary | 11101 | 10111011 | 11011101 | 1010111 | 1111 | 0 | 1101 | 10111111 | 1001101 | 110001 |
Color Harmonies of #1DBBDD
Complementary color
Monochromatic Colors of #1DBBDD
Black with #1DBBDD
Text Example
Text Example
White with #1DBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBDD; }
p { color: rgb(29,187,221); }
H1.HeaderClassName
{
color: #1DBBDD;
}
.AnyTagClassName
{
color: #1DBBDD;
}
</style>
background-color css
<style>
a { background-color: #1DBBDD; }
a { background-color: rgb(29,187,221); }
div.DivClassName
{
background-color: #1DBBDD;
}
.BgClassName
{
background-color: #1DBBDD;
}
</style>
border-color css
<style>
span { border-color: #1DBBDD; }
span { border-color: rgb(29,187,221); }
td.TdClassName
{
border-color: #1DBBDD;
}
.TagClassName
{
border-color: #1DBBDD;
}
</style>