Shades of Summer Sky #1DB4E8
Tints of Summer Sky #1DB4E8
RGB
CMYK
RGB Variations
Color information
#1DB4E8 (or 0x1DB4E8) is known color: Summer Sky. HEX triplet: 1D, B4 and E8. RGB value is (29,180,232). Sum of RGB (Red+Green+Blue) = 29+180+232=441 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.58% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #1DB4E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB4E8 is #E24B17. Grayscale: #8C8C8C. Windows color (decimal): -14830360 or 15250461. OLE color: 15250461.
HSL color Cylindrical-coordinate representation of color #1DB4E8: hue angle of 195.37º 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 #1DB4E8 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 180 | 232 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.09 |
| HSL | 195.37º | 0.82% | 0.51% | - |
| HSV(B) | 195.37º | 0.88% | 0.91% | - |
| XYZ | 31.39 | 38.73 | 82.16 | - |
| YUV | 140.78 | 179.47 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 232 | 0.88 | 0.22 | 0 | 0.09 | 195.37 | 0.82 | 0.51 |
| Hex | 1D | B4 | E8 | 58 | 16 | 0 | 9 | C3 | 52 | 33 |
| Octal | 35 | 264 | 350 | 130 | 26 | 0 | 11 | 303 | 122 | 63 |
| Binary | 11101 | 10110100 | 11101000 | 1011000 | 10110 | 0 | 1001 | 11000011 | 1010010 | 110011 |
Color Harmonies of #1DB4E8
Complementary color
Monochromatic Colors of #1DB4E8
Black with #1DB4E8
Text Example
Text Example
White with #1DB4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4E8; }
p { color: rgb(29,180,232); }
H1.HeaderClassName
{
color: #1DB4E8;
}
.AnyTagClassName
{
color: #1DB4E8;
}
</style>
background-color css
<style>
a { background-color: #1DB4E8; }
a { background-color: rgb(29,180,232); }
div.DivClassName
{
background-color: #1DB4E8;
}
.BgClassName
{
background-color: #1DB4E8;
}
</style>
border-color css
<style>
span { border-color: #1DB4E8; }
span { border-color: rgb(29,180,232); }
td.TdClassName
{
border-color: #1DB4E8;
}
.TagClassName
{
border-color: #1DB4E8;
}
</style>