Shades of Summer Sky #1DACEA
Tints of Summer Sky #1DACEA
RGB
CMYK
RGB Variations
Color information
#1DACEA (or 0x1DACEA) is known color: Summer Sky. HEX triplet: 1D, AC and EA. RGB value is (29,172,234). Sum of RGB (Red+Green+Blue) = 29+172+234=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #1DACEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DACEA is #E25315. Grayscale: #878787. Windows color (decimal): -14832406 or 15379485. OLE color: 15379485.
HSL color Cylindrical-coordinate representation of color #1DACEA: hue angle of 198.15º degrees, saturation: 0.83, 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 #1DACEA is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 172 | 234 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.08 |
| HSL | 198.15º | 0.83% | 0.52% | - |
| HSV(B) | 198.15º | 0.88% | 0.92% | - |
| XYZ | 30.11 | 35.71 | 83.15 | - |
| YUV | 136.31 | 183.12 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 234 | 0.88 | 0.26 | 0 | 0.08 | 198.15 | 0.83 | 0.52 |
| Hex | 1D | AC | EA | 58 | 1A | 0 | 8 | C6 | 53 | 34 |
| Octal | 35 | 254 | 352 | 130 | 32 | 0 | 10 | 306 | 123 | 64 |
| Binary | 11101 | 10101100 | 11101010 | 1011000 | 11010 | 0 | 1000 | 11000110 | 1010011 | 110100 |
Color Harmonies of #1DACEA
Complementary color
Monochromatic Colors of #1DACEA
Black with #1DACEA
Text Example
Text Example
White with #1DACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACEA; }
p { color: rgb(29,172,234); }
H1.HeaderClassName
{
color: #1DACEA;
}
.AnyTagClassName
{
color: #1DACEA;
}
</style>
background-color css
<style>
a { background-color: #1DACEA; }
a { background-color: rgb(29,172,234); }
div.DivClassName
{
background-color: #1DACEA;
}
.BgClassName
{
background-color: #1DACEA;
}
</style>
border-color css
<style>
span { border-color: #1DACEA; }
span { border-color: rgb(29,172,234); }
td.TdClassName
{
border-color: #1DACEA;
}
.TagClassName
{
border-color: #1DACEA;
}
</style>