Shades of Summer Sky #1AACE6
Tints of Summer Sky #1AACE6
RGB
CMYK
RGB Variations
Color information
#1AACE6 (or 0x1AACE6) is known color: Summer Sky. HEX triplet: 1A, AC and E6. RGB value is (26,172,230). Sum of RGB (Red+Green+Blue) = 26+172+230=428 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.07% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #1AACE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AACE6 is #E55319. Grayscale: #868686. Windows color (decimal): -15029018 or 15117338. OLE color: 15117338.
HSL color Cylindrical-coordinate representation of color #1AACE6: hue angle of 197.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AACE6 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 172 | 230 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.10 |
| HSL | 197.06º | 0.8% | 0.5% | - |
| HSV(B) | 197.06º | 0.89% | 0.9% | - |
| XYZ | 29.46 | 35.44 | 80.15 | - |
| YUV | 134.96 | 181.63 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 230 | 0.89 | 0.25 | 0 | 0.10 | 197.06 | 0.8 | 0.5 |
| Hex | 1A | AC | E6 | 59 | 19 | 0 | A | C5 | 50 | 32 |
| Octal | 32 | 254 | 346 | 131 | 31 | 0 | 12 | 305 | 120 | 62 |
| Binary | 11010 | 10101100 | 11100110 | 1011001 | 11001 | 0 | 1010 | 11000101 | 1010000 | 110010 |
Color Harmonies of #1AACE6
Complementary color
Monochromatic Colors of #1AACE6
Black with #1AACE6
Text Example
Text Example
White with #1AACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AACE6; }
p { color: rgb(26,172,230); }
H1.HeaderClassName
{
color: #1AACE6;
}
.AnyTagClassName
{
color: #1AACE6;
}
</style>
background-color css
<style>
a { background-color: #1AACE6; }
a { background-color: rgb(26,172,230); }
div.DivClassName
{
background-color: #1AACE6;
}
.BgClassName
{
background-color: #1AACE6;
}
</style>
border-color css
<style>
span { border-color: #1AACE6; }
span { border-color: rgb(26,172,230); }
td.TdClassName
{
border-color: #1AACE6;
}
.TagClassName
{
border-color: #1AACE6;
}
</style>