Shades of Summer Sky #2AAEDD
Tints of Summer Sky #2AAEDD
RGB
CMYK
RGB Variations
Color information
#2AAEDD (or 0x2AAEDD) is known color: Summer Sky. HEX triplet: 2A, AE and DD. RGB value is (42,174,221). Sum of RGB (Red+Green+Blue) = 42+174+221=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AAEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAEDD is #D55122. Grayscale: #8B8B8B. Windows color (decimal): -13979939 or 14528042. OLE color: 14528042.
HSL color Cylindrical-coordinate representation of color #2AAEDD: hue angle of 195.75º degrees, saturation: 0.72, 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 #2AAEDD is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 174 | 221 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.13 |
| HSL | 195.75º | 0.72% | 0.52% | - |
| HSV(B) | 195.75º | 0.81% | 0.87% | - |
| XYZ | 29.14 | 35.98 | 73.82 | - |
| YUV | 139.89 | 173.77 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 221 | 0.81 | 0.21 | 0 | 0.13 | 195.75 | 0.72 | 0.52 |
| Hex | 2A | AE | DD | 51 | 15 | 0 | D | C4 | 48 | 34 |
| Octal | 52 | 256 | 335 | 121 | 25 | 0 | 15 | 304 | 110 | 64 |
| Binary | 101010 | 10101110 | 11011101 | 1010001 | 10101 | 0 | 1101 | 11000100 | 1001000 | 110100 |
Color Harmonies of #2AAEDD
Complementary color
Monochromatic Colors of #2AAEDD
Black with #2AAEDD
Text Example
Text Example
White with #2AAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEDD; }
p { color: rgb(42,174,221); }
H1.HeaderClassName
{
color: #2AAEDD;
}
.AnyTagClassName
{
color: #2AAEDD;
}
</style>
background-color css
<style>
a { background-color: #2AAEDD; }
a { background-color: rgb(42,174,221); }
div.DivClassName
{
background-color: #2AAEDD;
}
.BgClassName
{
background-color: #2AAEDD;
}
</style>
border-color css
<style>
span { border-color: #2AAEDD; }
span { border-color: rgb(42,174,221); }
td.TdClassName
{
border-color: #2AAEDD;
}
.TagClassName
{
border-color: #2AAEDD;
}
</style>