Shades of Summer Sky #1AACEC
Tints of Summer Sky #1AACEC
RGB
CMYK
RGB Variations
Color information
#1AACEC (or 0x1AACEC) is known color: Summer Sky. HEX triplet: 1A, AC and EC. RGB value is (26,172,236). Sum of RGB (Red+Green+Blue) = 26+172+236=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #1AACEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AACEC is #E55313. Grayscale: #878787. Windows color (decimal): -15029012 or 15510554. OLE color: 15510554.
HSL color Cylindrical-coordinate representation of color #1AACEC: hue angle of 198.29º 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 #1AACEC is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 172 | 236 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.07 |
| HSL | 198.29º | 0.85% | 0.51% | - |
| HSV(B) | 198.29º | 0.89% | 0.93% | - |
| XYZ | 30.32 | 35.78 | 84.67 | - |
| YUV | 135.64 | 184.63 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 236 | 0.89 | 0.27 | 0 | 0.07 | 198.29 | 0.85 | 0.51 |
| Hex | 1A | AC | EC | 59 | 1B | 0 | 7 | C6 | 55 | 33 |
| Octal | 32 | 254 | 354 | 131 | 33 | 0 | 7 | 306 | 125 | 63 |
| Binary | 11010 | 10101100 | 11101100 | 1011001 | 11011 | 0 | 111 | 11000110 | 1010101 | 110011 |
Color Harmonies of #1AACEC
Complementary color
Monochromatic Colors of #1AACEC
Black with #1AACEC
Text Example
Text Example
White with #1AACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AACEC; }
p { color: rgb(26,172,236); }
H1.HeaderClassName
{
color: #1AACEC;
}
.AnyTagClassName
{
color: #1AACEC;
}
</style>
background-color css
<style>
a { background-color: #1AACEC; }
a { background-color: rgb(26,172,236); }
div.DivClassName
{
background-color: #1AACEC;
}
.BgClassName
{
background-color: #1AACEC;
}
</style>
border-color css
<style>
span { border-color: #1AACEC; }
span { border-color: rgb(26,172,236); }
td.TdClassName
{
border-color: #1AACEC;
}
.TagClassName
{
border-color: #1AACEC;
}
</style>