Shades of Summer Sky #1DACED
Tints of Summer Sky #1DACED
RGB
CMYK
RGB Variations
Color information
#1DACED (or 0x1DACED) is known color: Summer Sky. HEX triplet: 1D, AC and ED. RGB value is (29,172,237). Sum of RGB (Red+Green+Blue) = 29+172+237=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #1DACED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DACED is #E25312. Grayscale: #888888. Windows color (decimal): -14832403 or 15576093. OLE color: 15576093.
HSL color Cylindrical-coordinate representation of color #1DACED: hue angle of 198.75º degrees, saturation: 0.85, 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 #1DACED is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 172 | 237 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.07 |
| HSL | 198.75º | 0.85% | 0.52% | - |
| HSV(B) | 198.75º | 0.88% | 0.93% | - |
| XYZ | 30.55 | 35.88 | 85.44 | - |
| YUV | 136.65 | 184.62 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 237 | 0.88 | 0.27 | 0 | 0.07 | 198.75 | 0.85 | 0.52 |
| Hex | 1D | AC | ED | 58 | 1B | 0 | 7 | C7 | 55 | 34 |
| Octal | 35 | 254 | 355 | 130 | 33 | 0 | 7 | 307 | 125 | 64 |
| Binary | 11101 | 10101100 | 11101101 | 1011000 | 11011 | 0 | 111 | 11000111 | 1010101 | 110100 |
Color Harmonies of #1DACED
Complementary color
Monochromatic Colors of #1DACED
Black with #1DACED
Text Example
Text Example
White with #1DACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACED; }
p { color: rgb(29,172,237); }
H1.HeaderClassName
{
color: #1DACED;
}
.AnyTagClassName
{
color: #1DACED;
}
</style>
background-color css
<style>
a { background-color: #1DACED; }
a { background-color: rgb(29,172,237); }
div.DivClassName
{
background-color: #1DACED;
}
.BgClassName
{
background-color: #1DACED;
}
</style>
border-color css
<style>
span { border-color: #1DACED; }
span { border-color: rgb(29,172,237); }
td.TdClassName
{
border-color: #1DACED;
}
.TagClassName
{
border-color: #1DACED;
}
</style>