Shades of Summer Sky #2AAEDC
Tints of Summer Sky #2AAEDC
RGB
CMYK
RGB Variations
Color information
#2AAEDC (or 0x2AAEDC) is known color: Summer Sky. HEX triplet: 2A, AE and DC. RGB value is (42,174,220). Sum of RGB (Red+Green+Blue) = 42+174+220=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #2AAEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAEDC is #D55123. Grayscale: #8B8B8B. Windows color (decimal): -13979940 or 14462506. OLE color: 14462506.
HSL color Cylindrical-coordinate representation of color #2AAEDC: hue angle of 195.51º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AAEDC is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 174 | 220 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.14 |
| HSL | 195.51º | 0.72% | 0.51% | - |
| HSV(B) | 195.51º | 0.81% | 0.86% | - |
| XYZ | 29.01 | 35.93 | 73.12 | - |
| YUV | 139.78 | 173.27 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 220 | 0.81 | 0.21 | 0 | 0.14 | 195.51 | 0.72 | 0.51 |
| Hex | 2A | AE | DC | 51 | 15 | 0 | E | C4 | 48 | 33 |
| Octal | 52 | 256 | 334 | 121 | 25 | 0 | 16 | 304 | 110 | 63 |
| Binary | 101010 | 10101110 | 11011100 | 1010001 | 10101 | 0 | 1110 | 11000100 | 1001000 | 110011 |
Color Harmonies of #2AAEDC
Complementary color
Monochromatic Colors of #2AAEDC
Black with #2AAEDC
Text Example
Text Example
White with #2AAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEDC; }
p { color: rgb(42,174,220); }
H1.HeaderClassName
{
color: #2AAEDC;
}
.AnyTagClassName
{
color: #2AAEDC;
}
</style>
background-color css
<style>
a { background-color: #2AAEDC; }
a { background-color: rgb(42,174,220); }
div.DivClassName
{
background-color: #2AAEDC;
}
.BgClassName
{
background-color: #2AAEDC;
}
</style>
border-color css
<style>
span { border-color: #2AAEDC; }
span { border-color: rgb(42,174,220); }
td.TdClassName
{
border-color: #2AAEDC;
}
.TagClassName
{
border-color: #2AAEDC;
}
</style>