Shades of Summer Sky #1DBDE7
Tints of Summer Sky #1DBDE7
RGB
CMYK
RGB Variations
Color information
#1DBDE7 (or 0x1DBDE7) is known color: Summer Sky. HEX triplet: 1D, BD and E7. RGB value is (29,189,231). Sum of RGB (Red+Green+Blue) = 29+189+231=449 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.46% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #1DBDE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBDE7 is #E24218. Grayscale: #919191. Windows color (decimal): -14828057 or 15187229. OLE color: 15187229.
HSL color Cylindrical-coordinate representation of color #1DBDE7: hue angle of 192.48º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DBDE7 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 189 | 231 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.09 |
| HSL | 192.48º | 0.81% | 0.51% | - |
| HSV(B) | 192.48º | 0.87% | 0.91% | - |
| XYZ | 33.13 | 42.43 | 82.04 | - |
| YUV | 145.95 | 175.99 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 231 | 0.87 | 0.18 | 0 | 0.09 | 192.48 | 0.81 | 0.51 |
| Hex | 1D | BD | E7 | 57 | 12 | 0 | 9 | C0 | 51 | 33 |
| Octal | 35 | 275 | 347 | 127 | 22 | 0 | 11 | 300 | 121 | 63 |
| Binary | 11101 | 10111101 | 11100111 | 1010111 | 10010 | 0 | 1001 | 11000000 | 1010001 | 110011 |
Color Harmonies of #1DBDE7
Complementary color
Monochromatic Colors of #1DBDE7
Black with #1DBDE7
Text Example
Text Example
White with #1DBDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDE7; }
p { color: rgb(29,189,231); }
H1.HeaderClassName
{
color: #1DBDE7;
}
.AnyTagClassName
{
color: #1DBDE7;
}
</style>
background-color css
<style>
a { background-color: #1DBDE7; }
a { background-color: rgb(29,189,231); }
div.DivClassName
{
background-color: #1DBDE7;
}
.BgClassName
{
background-color: #1DBDE7;
}
</style>
border-color css
<style>
span { border-color: #1DBDE7; }
span { border-color: rgb(29,189,231); }
td.TdClassName
{
border-color: #1DBDE7;
}
.TagClassName
{
border-color: #1DBDE7;
}
</style>