Shades of Summer Sky #1AACE0
Tints of Summer Sky #1AACE0
RGB
CMYK
RGB Variations
Color information
#1AACE0 (or 0x1AACE0) is known color: Summer Sky. HEX triplet: 1A, AC and E0. RGB value is (26,172,224). Sum of RGB (Red+Green+Blue) = 26+172+224=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #1AACE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AACE0 is #E5531F. Grayscale: #858585. Windows color (decimal): -15029024 or 14724122. OLE color: 14724122.
HSL color Cylindrical-coordinate representation of color #1AACE0: hue angle of 195.76º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AACE0 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 172 | 224 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.12 |
| HSL | 195.76º | 0.79% | 0.49% | - |
| HSV(B) | 195.76º | 0.88% | 0.88% | - |
| XYZ | 28.63 | 35.11 | 75.79 | - |
| YUV | 134.27 | 178.63 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 224 | 0.88 | 0.23 | 0 | 0.12 | 195.76 | 0.79 | 0.49 |
| Hex | 1A | AC | E0 | 58 | 17 | 0 | C | C4 | 4F | 31 |
| Octal | 32 | 254 | 340 | 130 | 27 | 0 | 14 | 304 | 117 | 61 |
| Binary | 11010 | 10101100 | 11100000 | 1011000 | 10111 | 0 | 1100 | 11000100 | 1001111 | 110001 |
Color Harmonies of #1AACE0
Complementary color
Monochromatic Colors of #1AACE0
Black with #1AACE0
Text Example
Text Example
White with #1AACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AACE0; }
p { color: rgb(26,172,224); }
H1.HeaderClassName
{
color: #1AACE0;
}
.AnyTagClassName
{
color: #1AACE0;
}
</style>
background-color css
<style>
a { background-color: #1AACE0; }
a { background-color: rgb(26,172,224); }
div.DivClassName
{
background-color: #1AACE0;
}
.BgClassName
{
background-color: #1AACE0;
}
</style>
border-color css
<style>
span { border-color: #1AACE0; }
span { border-color: rgb(26,172,224); }
td.TdClassName
{
border-color: #1AACE0;
}
.TagClassName
{
border-color: #1AACE0;
}
</style>