Shades of Summer Sky #1DACEE
Tints of Summer Sky #1DACEE
RGB
CMYK
RGB Variations
Color information
#1DACEE (or 0x1DACEE) is known color: Summer Sky. HEX triplet: 1D, AC and EE. RGB value is (29,172,238). Sum of RGB (Red+Green+Blue) = 29+172+238=439 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.61% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DACEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DACEE is #E25311. Grayscale: #888888. Windows color (decimal): -14832402 or 15641629. OLE color: 15641629.
HSL color Cylindrical-coordinate representation of color #1DACEE: hue angle of 198.95º degrees, saturation: 0.86, 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 #1DACEE is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 172 | 238 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.07 |
| HSL | 198.95º | 0.86% | 0.52% | - |
| HSV(B) | 198.95º | 0.88% | 0.93% | - |
| XYZ | 30.69 | 35.94 | 86.21 | - |
| YUV | 136.77 | 185.12 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 238 | 0.88 | 0.28 | 0 | 0.07 | 198.95 | 0.86 | 0.52 |
| Hex | 1D | AC | EE | 58 | 1C | 0 | 7 | C7 | 56 | 34 |
| Octal | 35 | 254 | 356 | 130 | 34 | 0 | 7 | 307 | 126 | 64 |
| Binary | 11101 | 10101100 | 11101110 | 1011000 | 11100 | 0 | 111 | 11000111 | 1010110 | 110100 |
Color Harmonies of #1DACEE
Complementary color
Monochromatic Colors of #1DACEE
Black with #1DACEE
Text Example
Text Example
White with #1DACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACEE; }
p { color: rgb(29,172,238); }
H1.HeaderClassName
{
color: #1DACEE;
}
.AnyTagClassName
{
color: #1DACEE;
}
</style>
background-color css
<style>
a { background-color: #1DACEE; }
a { background-color: rgb(29,172,238); }
div.DivClassName
{
background-color: #1DACEE;
}
.BgClassName
{
background-color: #1DACEE;
}
</style>
border-color css
<style>
span { border-color: #1DACEE; }
span { border-color: rgb(29,172,238); }
td.TdClassName
{
border-color: #1DACEE;
}
.TagClassName
{
border-color: #1DACEE;
}
</style>