Shades of Summer Sky #2AABE5
Tints of Summer Sky #2AABE5
RGB
CMYK
RGB Variations
Color information
#2AABE5 (or 0x2AABE5) is known color: Summer Sky. HEX triplet: 2A, AB and E5. RGB value is (42,171,229). Sum of RGB (Red+Green+Blue) = 42+171+229=442 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.50% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #2AABE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AABE5 is #D5541A. Grayscale: #8A8A8A. Windows color (decimal): -13980699 or 15051562. OLE color: 15051562.
HSL color Cylindrical-coordinate representation of color #2AABE5: hue angle of 198.61º 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 #2AABE5 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 171 | 229 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.10 |
| HSL | 198.61º | 0.78% | 0.53% | - |
| HSV(B) | 198.61º | 0.82% | 0.9% | - |
| XYZ | 29.66 | 35.28 | 79.37 | - |
| YUV | 139.04 | 178.76 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 229 | 0.82 | 0.25 | 0 | 0.10 | 198.61 | 0.78 | 0.53 |
| Hex | 2A | AB | E5 | 52 | 19 | 0 | A | C7 | 4E | 35 |
| Octal | 52 | 253 | 345 | 122 | 31 | 0 | 12 | 307 | 116 | 65 |
| Binary | 101010 | 10101011 | 11100101 | 1010010 | 11001 | 0 | 1010 | 11000111 | 1001110 | 110101 |
Color Harmonies of #2AABE5
Complementary color
Monochromatic Colors of #2AABE5
Black with #2AABE5
Text Example
Text Example
White with #2AABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABE5; }
p { color: rgb(42,171,229); }
H1.HeaderClassName
{
color: #2AABE5;
}
.AnyTagClassName
{
color: #2AABE5;
}
</style>
background-color css
<style>
a { background-color: #2AABE5; }
a { background-color: rgb(42,171,229); }
div.DivClassName
{
background-color: #2AABE5;
}
.BgClassName
{
background-color: #2AABE5;
}
</style>
border-color css
<style>
span { border-color: #2AABE5; }
span { border-color: rgb(42,171,229); }
td.TdClassName
{
border-color: #2AABE5;
}
.TagClassName
{
border-color: #2AABE5;
}
</style>