Shades of Summer Sky #2AAEDE
Tints of Summer Sky #2AAEDE
RGB
CMYK
RGB Variations
Color information
#2AAEDE (or 0x2AAEDE) is known color: Summer Sky. HEX triplet: 2A, AE and DE. RGB value is (42,174,222). Sum of RGB (Red+Green+Blue) = 42+174+222=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #2AAEDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAEDE is #D55121. Grayscale: #8B8B8B. Windows color (decimal): -13979938 or 14593578. OLE color: 14593578.
HSL color Cylindrical-coordinate representation of color #2AAEDE: hue angle of 196º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AAEDE is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 174 | 222 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.13 |
| HSL | 196º | 0.73% | 0.52% | - |
| HSV(B) | 196º | 0.81% | 0.87% | - |
| XYZ | 29.28 | 36.04 | 74.52 | - |
| YUV | 140 | 174.27 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 222 | 0.81 | 0.22 | 0 | 0.13 | 196 | 0.73 | 0.52 |
| Hex | 2A | AE | DE | 51 | 16 | 0 | D | C4 | 49 | 34 |
| Octal | 52 | 256 | 336 | 121 | 26 | 0 | 15 | 304 | 111 | 64 |
| Binary | 101010 | 10101110 | 11011110 | 1010001 | 10110 | 0 | 1101 | 11000100 | 1001001 | 110100 |
Color Harmonies of #2AAEDE
Complementary color
Monochromatic Colors of #2AAEDE
Black with #2AAEDE
Text Example
Text Example
White with #2AAEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEDE; }
p { color: rgb(42,174,222); }
H1.HeaderClassName
{
color: #2AAEDE;
}
.AnyTagClassName
{
color: #2AAEDE;
}
</style>
background-color css
<style>
a { background-color: #2AAEDE; }
a { background-color: rgb(42,174,222); }
div.DivClassName
{
background-color: #2AAEDE;
}
.BgClassName
{
background-color: #2AAEDE;
}
</style>
border-color css
<style>
span { border-color: #2AAEDE; }
span { border-color: rgb(42,174,222); }
td.TdClassName
{
border-color: #2AAEDE;
}
.TagClassName
{
border-color: #2AAEDE;
}
</style>