Shades of Summer Sky #1DBBDC
Tints of Summer Sky #1DBBDC
RGB
CMYK
RGB Variations
Color information
#1DBBDC (or 0x1DBBDC) is known color: Summer Sky. HEX triplet: 1D, BB and DC. RGB value is (29,187,220). Sum of RGB (Red+Green+Blue) = 29+187+220=436 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.65% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DBBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBBDC is #E24423. Grayscale: #8F8F8F. Windows color (decimal): -14828580 or 14465821. OLE color: 14465821.
HSL color Cylindrical-coordinate representation of color #1DBBDC: hue angle of 190.37º 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 #1DBBDC is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 187 | 220 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.14 |
| HSL | 190.37º | 0.77% | 0.49% | - |
| HSV(B) | 190.37º | 0.87% | 0.86% | - |
| XYZ | 31.2 | 40.97 | 73.97 | - |
| YUV | 143.52 | 171.15 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 220 | 0.87 | 0.15 | 0 | 0.14 | 190.37 | 0.77 | 0.49 |
| Hex | 1D | BB | DC | 57 | F | 0 | E | BE | 4D | 31 |
| Octal | 35 | 273 | 334 | 127 | 17 | 0 | 16 | 276 | 115 | 61 |
| Binary | 11101 | 10111011 | 11011100 | 1010111 | 1111 | 0 | 1110 | 10111110 | 1001101 | 110001 |
Color Harmonies of #1DBBDC
Complementary color
Monochromatic Colors of #1DBBDC
Black with #1DBBDC
Text Example
Text Example
White with #1DBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBDC; }
p { color: rgb(29,187,220); }
H1.HeaderClassName
{
color: #1DBBDC;
}
.AnyTagClassName
{
color: #1DBBDC;
}
</style>
background-color css
<style>
a { background-color: #1DBBDC; }
a { background-color: rgb(29,187,220); }
div.DivClassName
{
background-color: #1DBBDC;
}
.BgClassName
{
background-color: #1DBBDC;
}
</style>
border-color css
<style>
span { border-color: #1DBBDC; }
span { border-color: rgb(29,187,220); }
td.TdClassName
{
border-color: #1DBBDC;
}
.TagClassName
{
border-color: #1DBBDC;
}
</style>