Shades of Summer Sky #1DACEB
Tints of Summer Sky #1DACEB
RGB
CMYK
RGB Variations
Color information
#1DACEB (or 0x1DACEB) is known color: Summer Sky. HEX triplet: 1D, AC and EB. RGB value is (29,172,235). Sum of RGB (Red+Green+Blue) = 29+172+235=436 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.65% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #1DACEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DACEB is #E25314. Grayscale: #888888. Windows color (decimal): -14832405 or 15445021. OLE color: 15445021.
HSL color Cylindrical-coordinate representation of color #1DACEB: hue angle of 198.35º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DACEB is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 172 | 235 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.08 |
| HSL | 198.35º | 0.84% | 0.52% | - |
| HSV(B) | 198.35º | 0.88% | 0.92% | - |
| XYZ | 30.25 | 35.76 | 83.91 | - |
| YUV | 136.43 | 183.62 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 235 | 0.88 | 0.27 | 0 | 0.08 | 198.35 | 0.84 | 0.52 |
| Hex | 1D | AC | EB | 58 | 1B | 0 | 8 | C6 | 54 | 34 |
| Octal | 35 | 254 | 353 | 130 | 33 | 0 | 10 | 306 | 124 | 64 |
| Binary | 11101 | 10101100 | 11101011 | 1011000 | 11011 | 0 | 1000 | 11000110 | 1010100 | 110100 |
Color Harmonies of #1DACEB
Complementary color
Monochromatic Colors of #1DACEB
Black with #1DACEB
Text Example
Text Example
White with #1DACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACEB; }
p { color: rgb(29,172,235); }
H1.HeaderClassName
{
color: #1DACEB;
}
.AnyTagClassName
{
color: #1DACEB;
}
</style>
background-color css
<style>
a { background-color: #1DACEB; }
a { background-color: rgb(29,172,235); }
div.DivClassName
{
background-color: #1DACEB;
}
.BgClassName
{
background-color: #1DACEB;
}
</style>
border-color css
<style>
span { border-color: #1DACEB; }
span { border-color: rgb(29,172,235); }
td.TdClassName
{
border-color: #1DACEB;
}
.TagClassName
{
border-color: #1DACEB;
}
</style>