Shades of Summer Sky #1DB4E9
Tints of Summer Sky #1DB4E9
RGB
CMYK
RGB Variations
Color information
#1DB4E9 (or 0x1DB4E9) is known color: Summer Sky. HEX triplet: 1D, B4 and E9. RGB value is (29,180,233). Sum of RGB (Red+Green+Blue) = 29+180+233=442 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.56% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 233 (91.41% from 255 or 52.71% from 442); Max value from RGB is 233 - color contains mainly: blue. Hex color #1DB4E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB4E9 is #E24B16. Grayscale: #8C8C8C. Windows color (decimal): -14830359 or 15315997. OLE color: 15315997.
HSL color Cylindrical-coordinate representation of color #1DB4E9: hue angle of 195.59º 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 #1DB4E9 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 180 | 233 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.09 |
| HSL | 195.59º | 0.82% | 0.51% | - |
| HSV(B) | 195.59º | 0.88% | 0.91% | - |
| XYZ | 31.54 | 38.79 | 82.92 | - |
| YUV | 140.89 | 179.97 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 233 | 0.88 | 0.23 | 0 | 0.09 | 195.59 | 0.82 | 0.51 |
| Hex | 1D | B4 | E9 | 58 | 17 | 0 | 9 | C4 | 52 | 33 |
| Octal | 35 | 264 | 351 | 130 | 27 | 0 | 11 | 304 | 122 | 63 |
| Binary | 11101 | 10110100 | 11101001 | 1011000 | 10111 | 0 | 1001 | 11000100 | 1010010 | 110011 |
Color Harmonies of #1DB4E9
Complementary color
Monochromatic Colors of #1DB4E9
Black with #1DB4E9
Text Example
Text Example
White with #1DB4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4E9; }
p { color: rgb(29,180,233); }
H1.HeaderClassName
{
color: #1DB4E9;
}
.AnyTagClassName
{
color: #1DB4E9;
}
</style>
background-color css
<style>
a { background-color: #1DB4E9; }
a { background-color: rgb(29,180,233); }
div.DivClassName
{
background-color: #1DB4E9;
}
.BgClassName
{
background-color: #1DB4E9;
}
</style>
border-color css
<style>
span { border-color: #1DB4E9; }
span { border-color: rgb(29,180,233); }
td.TdClassName
{
border-color: #1DB4E9;
}
.TagClassName
{
border-color: #1DB4E9;
}
</style>