Shades of Summer Sky #1DBEDE
Tints of Summer Sky #1DBEDE
RGB
CMYK
RGB Variations
Color information
#1DBEDE (or 0x1DBEDE) is known color: Summer Sky. HEX triplet: 1D, BE and DE. RGB value is (29,190,222). Sum of RGB (Red+Green+Blue) = 29+190+222=441 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.58% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #1DBEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBEDE is #E24121. Grayscale: #919191. Windows color (decimal): -14827810 or 14597661. OLE color: 14597661.
HSL color Cylindrical-coordinate representation of color #1DBEDE: hue angle of 189.95º 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 #1DBEDE is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 190 | 222 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.13 |
| HSL | 189.95º | 0.77% | 0.49% | - |
| HSV(B) | 189.95º | 0.87% | 0.87% | - |
| XYZ | 32.1 | 42.36 | 75.59 | - |
| YUV | 145.51 | 171.16 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 222 | 0.87 | 0.14 | 0 | 0.13 | 189.95 | 0.77 | 0.49 |
| Hex | 1D | BE | DE | 57 | E | 0 | D | BE | 4D | 31 |
| Octal | 35 | 276 | 336 | 127 | 16 | 0 | 15 | 276 | 115 | 61 |
| Binary | 11101 | 10111110 | 11011110 | 1010111 | 1110 | 0 | 1101 | 10111110 | 1001101 | 110001 |
Color Harmonies of #1DBEDE
Complementary color
Monochromatic Colors of #1DBEDE
Black with #1DBEDE
Text Example
Text Example
White with #1DBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBEDE; }
p { color: rgb(29,190,222); }
H1.HeaderClassName
{
color: #1DBEDE;
}
.AnyTagClassName
{
color: #1DBEDE;
}
</style>
background-color css
<style>
a { background-color: #1DBEDE; }
a { background-color: rgb(29,190,222); }
div.DivClassName
{
background-color: #1DBEDE;
}
.BgClassName
{
background-color: #1DBEDE;
}
</style>
border-color css
<style>
span { border-color: #1DBEDE; }
span { border-color: rgb(29,190,222); }
td.TdClassName
{
border-color: #1DBEDE;
}
.TagClassName
{
border-color: #1DBEDE;
}
</style>