Shades of Summer Sky #1DADEC
Tints of Summer Sky #1DADEC
RGB
CMYK
RGB Variations
Color information
#1DADEC (or 0x1DADEC) is known color: Summer Sky. HEX triplet: 1D, AD and EC. RGB value is (29,173,236). Sum of RGB (Red+Green+Blue) = 29+173+236=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DADEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DADEC is #E25213. Grayscale: #888888. Windows color (decimal): -14832148 or 15510813. OLE color: 15510813.
HSL color Cylindrical-coordinate representation of color #1DADEC: hue angle of 198.26º degrees, saturation: 0.84, 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 #1DADEC is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 173 | 236 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.07 |
| HSL | 198.26º | 0.84% | 0.52% | - |
| HSV(B) | 198.26º | 0.88% | 0.93% | - |
| XYZ | 30.59 | 36.2 | 84.73 | - |
| YUV | 137.13 | 183.79 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 236 | 0.88 | 0.27 | 0 | 0.07 | 198.26 | 0.84 | 0.52 |
| Hex | 1D | AD | EC | 58 | 1B | 0 | 7 | C6 | 54 | 34 |
| Octal | 35 | 255 | 354 | 130 | 33 | 0 | 7 | 306 | 124 | 64 |
| Binary | 11101 | 10101101 | 11101100 | 1011000 | 11011 | 0 | 111 | 11000110 | 1010100 | 110100 |
Color Harmonies of #1DADEC
Complementary color
Monochromatic Colors of #1DADEC
Black with #1DADEC
Text Example
Text Example
White with #1DADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DADEC; }
p { color: rgb(29,173,236); }
H1.HeaderClassName
{
color: #1DADEC;
}
.AnyTagClassName
{
color: #1DADEC;
}
</style>
background-color css
<style>
a { background-color: #1DADEC; }
a { background-color: rgb(29,173,236); }
div.DivClassName
{
background-color: #1DADEC;
}
.BgClassName
{
background-color: #1DADEC;
}
</style>
border-color css
<style>
span { border-color: #1DADEC; }
span { border-color: rgb(29,173,236); }
td.TdClassName
{
border-color: #1DADEC;
}
.TagClassName
{
border-color: #1DADEC;
}
</style>