Shades of Summer Sky #1DB4EC
Tints of Summer Sky #1DB4EC
RGB
CMYK
RGB Variations
Color information
#1DB4EC (or 0x1DB4EC) is known color: Summer Sky. HEX triplet: 1D, B4 and EC. RGB value is (29,180,236). Sum of RGB (Red+Green+Blue) = 29+180+236=445 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.52% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DB4EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB4EC is #E24B13. Grayscale: #8C8C8C. Windows color (decimal): -14830356 or 15512605. OLE color: 15512605.
HSL color Cylindrical-coordinate representation of color #1DB4EC: hue angle of 196.23º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB4EC is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 180 | 236 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.07 |
| HSL | 196.23º | 0.84% | 0.52% | - |
| HSV(B) | 196.23º | 0.88% | 0.93% | - |
| XYZ | 31.97 | 38.96 | 85.19 | - |
| YUV | 141.24 | 181.47 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 236 | 0.88 | 0.24 | 0 | 0.07 | 196.23 | 0.84 | 0.52 |
| Hex | 1D | B4 | EC | 58 | 18 | 0 | 7 | C4 | 54 | 34 |
| Octal | 35 | 264 | 354 | 130 | 30 | 0 | 7 | 304 | 124 | 64 |
| Binary | 11101 | 10110100 | 11101100 | 1011000 | 11000 | 0 | 111 | 11000100 | 1010100 | 110100 |
Color Harmonies of #1DB4EC
Complementary color
Monochromatic Colors of #1DB4EC
Black with #1DB4EC
Text Example
Text Example
White with #1DB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4EC; }
p { color: rgb(29,180,236); }
H1.HeaderClassName
{
color: #1DB4EC;
}
.AnyTagClassName
{
color: #1DB4EC;
}
</style>
background-color css
<style>
a { background-color: #1DB4EC; }
a { background-color: rgb(29,180,236); }
div.DivClassName
{
background-color: #1DB4EC;
}
.BgClassName
{
background-color: #1DB4EC;
}
</style>
border-color css
<style>
span { border-color: #1DB4EC; }
span { border-color: rgb(29,180,236); }
td.TdClassName
{
border-color: #1DB4EC;
}
.TagClassName
{
border-color: #1DB4EC;
}
</style>