Shades of Summer Sky #1DB0E9
Tints of Summer Sky #1DB0E9
RGB
CMYK
RGB Variations
Color information
#1DB0E9 (or 0x1DB0E9) is known color: Summer Sky. HEX triplet: 1D, B0 and E9. RGB value is (29,176,233). Sum of RGB (Red+Green+Blue) = 29+176+233=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 233 (91.41% from 255 or 53.20% from 438); Max value from RGB is 233 - color contains mainly: blue. Hex color #1DB0E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DB0E9 is #E24F16. Grayscale: #8A8A8A. Windows color (decimal): -14831383 or 15314973. OLE color: 15314973.
HSL color Cylindrical-coordinate representation of color #1DB0E9: hue angle of 196.76º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB0E9 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 176 | 233 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.09 |
| HSL | 196.76º | 0.82% | 0.51% | - |
| HSV(B) | 196.76º | 0.88% | 0.91% | - |
| XYZ | 30.74 | 37.2 | 82.65 | - |
| YUV | 138.55 | 181.3 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 233 | 0.88 | 0.24 | 0 | 0.09 | 196.76 | 0.82 | 0.51 |
| Hex | 1D | B0 | E9 | 58 | 18 | 0 | 9 | C5 | 52 | 33 |
| Octal | 35 | 260 | 351 | 130 | 30 | 0 | 11 | 305 | 122 | 63 |
| Binary | 11101 | 10110000 | 11101001 | 1011000 | 11000 | 0 | 1001 | 11000101 | 1010010 | 110011 |
Color Harmonies of #1DB0E9
Complementary color
Monochromatic Colors of #1DB0E9
Black with #1DB0E9
Text Example
Text Example
White with #1DB0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB0E9; }
p { color: rgb(29,176,233); }
H1.HeaderClassName
{
color: #1DB0E9;
}
.AnyTagClassName
{
color: #1DB0E9;
}
</style>
background-color css
<style>
a { background-color: #1DB0E9; }
a { background-color: rgb(29,176,233); }
div.DivClassName
{
background-color: #1DB0E9;
}
.BgClassName
{
background-color: #1DB0E9;
}
</style>
border-color css
<style>
span { border-color: #1DB0E9; }
span { border-color: rgb(29,176,233); }
td.TdClassName
{
border-color: #1DB0E9;
}
.TagClassName
{
border-color: #1DB0E9;
}
</style>