Shades of Summer Sky #2AAECA
Tints of Summer Sky #2AAECA
RGB
CMYK
RGB Variations
Color information
#2AAECA (or 0x2AAECA) is known color: Summer Sky. HEX triplet: 2A, AE and CA. RGB value is (42,174,202). Sum of RGB (Red+Green+Blue) = 42+174+202=418 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.05% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #2AAECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAECA is #D55135. Grayscale: #898989. Windows color (decimal): -13979958 or 13282858. OLE color: 13282858.
HSL color Cylindrical-coordinate representation of color #2AAECA: hue angle of 190.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AAECA is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 174 | 202 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.21 |
| HSL | 190.5º | 0.66% | 0.48% | - |
| HSV(B) | 190.5º | 0.79% | 0.79% | - |
| XYZ | 26.75 | 35.03 | 61.23 | - |
| YUV | 137.72 | 164.27 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 202 | 0.79 | 0.14 | 0 | 0.21 | 190.5 | 0.66 | 0.48 |
| Hex | 2A | AE | CA | 4F | E | 0 | 15 | BE | 42 | 30 |
| Octal | 52 | 256 | 312 | 117 | 16 | 0 | 25 | 276 | 102 | 60 |
| Binary | 101010 | 10101110 | 11001010 | 1001111 | 1110 | 0 | 10101 | 10111110 | 1000010 | 110000 |
Color Harmonies of #2AAECA
Complementary color
Monochromatic Colors of #2AAECA
Black with #2AAECA
Text Example
Text Example
White with #2AAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAECA; }
p { color: rgb(42,174,202); }
H1.HeaderClassName
{
color: #2AAECA;
}
.AnyTagClassName
{
color: #2AAECA;
}
</style>
background-color css
<style>
a { background-color: #2AAECA; }
a { background-color: rgb(42,174,202); }
div.DivClassName
{
background-color: #2AAECA;
}
.BgClassName
{
background-color: #2AAECA;
}
</style>
border-color css
<style>
span { border-color: #2AAECA; }
span { border-color: rgb(42,174,202); }
td.TdClassName
{
border-color: #2AAECA;
}
.TagClassName
{
border-color: #2AAECA;
}
</style>