Shades of Summer Sky #2AACE5
Tints of Summer Sky #2AACE5
RGB
CMYK
RGB Variations
Color information
#2AACE5 (or 0x2AACE5) is known color: Summer Sky. HEX triplet: 2A, AC and E5. RGB value is (42,172,229). Sum of RGB (Red+Green+Blue) = 42+172+229=443 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.48% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #2AACE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AACE5 is #D5531A. Grayscale: #8B8B8B. Windows color (decimal): -13980443 or 15051818. OLE color: 15051818.
HSL color Cylindrical-coordinate representation of color #2AACE5: hue angle of 198.29º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AACE5 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 172 | 229 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.10 |
| HSL | 198.29º | 0.78% | 0.53% | - |
| HSV(B) | 198.29º | 0.82% | 0.9% | - |
| XYZ | 29.85 | 35.65 | 79.44 | - |
| YUV | 139.63 | 178.43 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 229 | 0.82 | 0.25 | 0 | 0.10 | 198.29 | 0.78 | 0.53 |
| Hex | 2A | AC | E5 | 52 | 19 | 0 | A | C6 | 4E | 35 |
| Octal | 52 | 254 | 345 | 122 | 31 | 0 | 12 | 306 | 116 | 65 |
| Binary | 101010 | 10101100 | 11100101 | 1010010 | 11001 | 0 | 1010 | 11000110 | 1001110 | 110101 |
Color Harmonies of #2AACE5
Complementary color
Monochromatic Colors of #2AACE5
Black with #2AACE5
Text Example
Text Example
White with #2AACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACE5; }
p { color: rgb(42,172,229); }
H1.HeaderClassName
{
color: #2AACE5;
}
.AnyTagClassName
{
color: #2AACE5;
}
</style>
background-color css
<style>
a { background-color: #2AACE5; }
a { background-color: rgb(42,172,229); }
div.DivClassName
{
background-color: #2AACE5;
}
.BgClassName
{
background-color: #2AACE5;
}
</style>
border-color css
<style>
span { border-color: #2AACE5; }
span { border-color: rgb(42,172,229); }
td.TdClassName
{
border-color: #2AACE5;
}
.TagClassName
{
border-color: #2AACE5;
}
</style>