Shades of Summer Sky #1DBEDC
Tints of Summer Sky #1DBEDC
RGB
CMYK
RGB Variations
Color information
#1DBEDC (or 0x1DBEDC) is known color: Summer Sky. HEX triplet: 1D, BE and DC. RGB value is (29,190,220). Sum of RGB (Red+Green+Blue) = 29+190+220=439 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.61% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DBEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBEDC is #E24123. Grayscale: #919191. Windows color (decimal): -14827812 or 14466589. OLE color: 14466589.
HSL color Cylindrical-coordinate representation of color #1DBEDC: hue angle of 189.42º 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 #1DBEDC is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 190 | 220 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.14 |
| HSL | 189.42º | 0.77% | 0.49% | - |
| HSV(B) | 189.42º | 0.87% | 0.86% | - |
| XYZ | 31.84 | 42.26 | 74.19 | - |
| YUV | 145.28 | 170.16 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 220 | 0.87 | 0.14 | 0 | 0.14 | 189.42 | 0.77 | 0.49 |
| Hex | 1D | BE | DC | 57 | E | 0 | E | BD | 4D | 31 |
| Octal | 35 | 276 | 334 | 127 | 16 | 0 | 16 | 275 | 115 | 61 |
| Binary | 11101 | 10111110 | 11011100 | 1010111 | 1110 | 0 | 1110 | 10111101 | 1001101 | 110001 |
Color Harmonies of #1DBEDC
Complementary color
Monochromatic Colors of #1DBEDC
Black with #1DBEDC
Text Example
Text Example
White with #1DBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBEDC; }
p { color: rgb(29,190,220); }
H1.HeaderClassName
{
color: #1DBEDC;
}
.AnyTagClassName
{
color: #1DBEDC;
}
</style>
background-color css
<style>
a { background-color: #1DBEDC; }
a { background-color: rgb(29,190,220); }
div.DivClassName
{
background-color: #1DBEDC;
}
.BgClassName
{
background-color: #1DBEDC;
}
</style>
border-color css
<style>
span { border-color: #1DBEDC; }
span { border-color: rgb(29,190,220); }
td.TdClassName
{
border-color: #1DBEDC;
}
.TagClassName
{
border-color: #1DBEDC;
}
</style>