Shades of Summer Sky #1DBDE1
Tints of Summer Sky #1DBDE1
RGB
CMYK
RGB Variations
Color information
#1DBDE1 (or 0x1DBDE1) is known color: Summer Sky. HEX triplet: 1D, BD and E1. RGB value is (29,189,225). Sum of RGB (Red+Green+Blue) = 29+189+225=443 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.55% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 225 (88.28% from 255 or 50.79% from 443); Max value from RGB is 225 - color contains mainly: blue. Hex color #1DBDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBDE1 is #E2421E. Grayscale: #909090. Windows color (decimal): -14828063 or 14794013. OLE color: 14794013.
HSL color Cylindrical-coordinate representation of color #1DBDE1: hue angle of 191.02º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DBDE1 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 189 | 225 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.12 |
| HSL | 191.02º | 0.77% | 0.5% | - |
| HSV(B) | 191.02º | 0.87% | 0.88% | - |
| XYZ | 32.29 | 42.09 | 77.66 | - |
| YUV | 145.26 | 172.99 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 225 | 0.87 | 0.16 | 0 | 0.12 | 191.02 | 0.77 | 0.5 |
| Hex | 1D | BD | E1 | 57 | 10 | 0 | C | BF | 4D | 32 |
| Octal | 35 | 275 | 341 | 127 | 20 | 0 | 14 | 277 | 115 | 62 |
| Binary | 11101 | 10111101 | 11100001 | 1010111 | 10000 | 0 | 1100 | 10111111 | 1001101 | 110010 |
Color Harmonies of #1DBDE1
Complementary color
Monochromatic Colors of #1DBDE1
Black with #1DBDE1
Text Example
Text Example
White with #1DBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDE1; }
p { color: rgb(29,189,225); }
H1.HeaderClassName
{
color: #1DBDE1;
}
.AnyTagClassName
{
color: #1DBDE1;
}
</style>
background-color css
<style>
a { background-color: #1DBDE1; }
a { background-color: rgb(29,189,225); }
div.DivClassName
{
background-color: #1DBDE1;
}
.BgClassName
{
background-color: #1DBDE1;
}
</style>
border-color css
<style>
span { border-color: #1DBDE1; }
span { border-color: rgb(29,189,225); }
td.TdClassName
{
border-color: #1DBDE1;
}
.TagClassName
{
border-color: #1DBDE1;
}
</style>