Shades of Summer Sky #1AAAEC
Tints of Summer Sky #1AAAEC
RGB
CMYK
RGB Variations
Color information
#1AAAEC (or 0x1AAAEC) is known color: Summer Sky. HEX triplet: 1A, AA and EC. RGB value is (26,170,236). Sum of RGB (Red+Green+Blue) = 26+170+236=432 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.02% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #1AAAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AAAEC is #E55513. Grayscale: #868686. Windows color (decimal): -15029524 or 15510042. OLE color: 15510042.
HSL color Cylindrical-coordinate representation of color #1AAAEC: hue angle of 198.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AAAEC is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 170 | 236 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.07 |
| HSL | 198.86º | 0.85% | 0.51% | - |
| HSV(B) | 198.86º | 0.89% | 0.93% | - |
| XYZ | 29.94 | 35.03 | 84.54 | - |
| YUV | 134.47 | 185.29 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 236 | 0.89 | 0.28 | 0 | 0.07 | 198.86 | 0.85 | 0.51 |
| Hex | 1A | AA | EC | 59 | 1C | 0 | 7 | C7 | 55 | 33 |
| Octal | 32 | 252 | 354 | 131 | 34 | 0 | 7 | 307 | 125 | 63 |
| Binary | 11010 | 10101010 | 11101100 | 1011001 | 11100 | 0 | 111 | 11000111 | 1010101 | 110011 |
Color Harmonies of #1AAAEC
Complementary color
Monochromatic Colors of #1AAAEC
Black with #1AAAEC
Text Example
Text Example
White with #1AAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAAEC; }
p { color: rgb(26,170,236); }
H1.HeaderClassName
{
color: #1AAAEC;
}
.AnyTagClassName
{
color: #1AAAEC;
}
</style>
background-color css
<style>
a { background-color: #1AAAEC; }
a { background-color: rgb(26,170,236); }
div.DivClassName
{
background-color: #1AAAEC;
}
.BgClassName
{
background-color: #1AAAEC;
}
</style>
border-color css
<style>
span { border-color: #1AAAEC; }
span { border-color: rgb(26,170,236); }
td.TdClassName
{
border-color: #1AAAEC;
}
.TagClassName
{
border-color: #1AAAEC;
}
</style>