Shades of Summer Sky #2AADE2
Tints of Summer Sky #2AADE2
RGB
CMYK
RGB Variations
Color information
#2AADE2 (or 0x2AADE2) is known color: Summer Sky. HEX triplet: 2A, AD and E2. RGB value is (42,173,226). Sum of RGB (Red+Green+Blue) = 42+173+226=441 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.52% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 226 (88.67% from 255 or 51.25% from 441); Max value from RGB is 226 - color contains mainly: blue. Hex color #2AADE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADE2 is #D5521D. Grayscale: #8B8B8B. Windows color (decimal): -13980190 or 14855466. OLE color: 14855466.
HSL color Cylindrical-coordinate representation of color #2AADE2: hue angle of 197.28º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AADE2 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 173 | 226 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.11 |
| HSL | 197.28º | 0.76% | 0.53% | - |
| HSV(B) | 197.28º | 0.81% | 0.89% | - |
| XYZ | 29.63 | 35.87 | 77.31 | - |
| YUV | 139.87 | 176.6 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 226 | 0.81 | 0.23 | 0 | 0.11 | 197.28 | 0.76 | 0.53 |
| Hex | 2A | AD | E2 | 51 | 17 | 0 | B | C5 | 4C | 35 |
| Octal | 52 | 255 | 342 | 121 | 27 | 0 | 13 | 305 | 114 | 65 |
| Binary | 101010 | 10101101 | 11100010 | 1010001 | 10111 | 0 | 1011 | 11000101 | 1001100 | 110101 |
Color Harmonies of #2AADE2
Complementary color
Monochromatic Colors of #2AADE2
Black with #2AADE2
Text Example
Text Example
White with #2AADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADE2; }
p { color: rgb(42,173,226); }
H1.HeaderClassName
{
color: #2AADE2;
}
.AnyTagClassName
{
color: #2AADE2;
}
</style>
background-color css
<style>
a { background-color: #2AADE2; }
a { background-color: rgb(42,173,226); }
div.DivClassName
{
background-color: #2AADE2;
}
.BgClassName
{
background-color: #2AADE2;
}
</style>
border-color css
<style>
span { border-color: #2AADE2; }
span { border-color: rgb(42,173,226); }
td.TdClassName
{
border-color: #2AADE2;
}
.TagClassName
{
border-color: #2AADE2;
}
</style>