Shades of Summer Sky #1DACEF
Tints of Summer Sky #1DACEF
RGB
CMYK
RGB Variations
Color information
#1DACEF (or 0x1DACEF) is known color: Summer Sky. HEX triplet: 1D, AC and EF. RGB value is (29,172,239). Sum of RGB (Red+Green+Blue) = 29+172+239=440 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.59% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DACEF is #E25310. Grayscale: #888888. Windows color (decimal): -14832401 or 15707165. OLE color: 15707165.
HSL color Cylindrical-coordinate representation of color #1DACEF: hue angle of 199.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DACEF is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 172 | 239 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.06 |
| HSL | 199.14º | 0.87% | 0.53% | - |
| HSV(B) | 199.14º | 0.88% | 0.94% | - |
| XYZ | 30.84 | 36 | 86.98 | - |
| YUV | 136.88 | 185.62 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 239 | 0.88 | 0.28 | 0 | 0.06 | 199.14 | 0.87 | 0.53 |
| Hex | 1D | AC | EF | 58 | 1C | 0 | 6 | C7 | 57 | 35 |
| Octal | 35 | 254 | 357 | 130 | 34 | 0 | 6 | 307 | 127 | 65 |
| Binary | 11101 | 10101100 | 11101111 | 1011000 | 11100 | 0 | 110 | 11000111 | 1010111 | 110101 |
Color Harmonies of #1DACEF
Complementary color
Monochromatic Colors of #1DACEF
Black with #1DACEF
Text Example
Text Example
White with #1DACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACEF; }
p { color: rgb(29,172,239); }
H1.HeaderClassName
{
color: #1DACEF;
}
.AnyTagClassName
{
color: #1DACEF;
}
</style>
background-color css
<style>
a { background-color: #1DACEF; }
a { background-color: rgb(29,172,239); }
div.DivClassName
{
background-color: #1DACEF;
}
.BgClassName
{
background-color: #1DACEF;
}
</style>
border-color css
<style>
span { border-color: #1DACEF; }
span { border-color: rgb(29,172,239); }
td.TdClassName
{
border-color: #1DACEF;
}
.TagClassName
{
border-color: #1DACEF;
}
</style>