Shades of Summer Sky #1DAAEE
Tints of Summer Sky #1DAAEE
RGB
CMYK
RGB Variations
Color information
#1DAAEE (or 0x1DAAEE) is known color: Summer Sky. HEX triplet: 1D, AA and EE. RGB value is (29,170,238). Sum of RGB (Red+Green+Blue) = 29+170+238=437 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.64% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DAAEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAAEE is #E25511. Grayscale: #878787. Windows color (decimal): -14832914 or 15641117. OLE color: 15641117.
HSL color Cylindrical-coordinate representation of color #1DAAEE: hue angle of 199.52º 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 #1DAAEE is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 170 | 238 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.07 |
| HSL | 199.52º | 0.86% | 0.52% | - |
| HSV(B) | 199.52º | 0.88% | 0.93% | - |
| XYZ | 30.31 | 35.18 | 86.08 | - |
| YUV | 135.59 | 185.79 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 238 | 0.88 | 0.29 | 0 | 0.07 | 199.52 | 0.86 | 0.52 |
| Hex | 1D | AA | EE | 58 | 1D | 0 | 7 | C8 | 56 | 34 |
| Octal | 35 | 252 | 356 | 130 | 35 | 0 | 7 | 310 | 126 | 64 |
| Binary | 11101 | 10101010 | 11101110 | 1011000 | 11101 | 0 | 111 | 11001000 | 1010110 | 110100 |
Color Harmonies of #1DAAEE
Complementary color
Monochromatic Colors of #1DAAEE
Black with #1DAAEE
Text Example
Text Example
White with #1DAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAAEE; }
p { color: rgb(29,170,238); }
H1.HeaderClassName
{
color: #1DAAEE;
}
.AnyTagClassName
{
color: #1DAAEE;
}
</style>
background-color css
<style>
a { background-color: #1DAAEE; }
a { background-color: rgb(29,170,238); }
div.DivClassName
{
background-color: #1DAAEE;
}
.BgClassName
{
background-color: #1DAAEE;
}
</style>
border-color css
<style>
span { border-color: #1DAAEE; }
span { border-color: rgb(29,170,238); }
td.TdClassName
{
border-color: #1DAAEE;
}
.TagClassName
{
border-color: #1DAAEE;
}
</style>