Shades of Summer Sky #2AA4EC
Tints of Summer Sky #2AA4EC
RGB
CMYK
RGB Variations
Color information
#2AA4EC (or 0x2AA4EC) is known color: Summer Sky. HEX triplet: 2A, A4 and EC. RGB value is (42,164,236). Sum of RGB (Red+Green+Blue) = 42+164+236=442 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.50% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #2AA4EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA4EC is #D55B13. Grayscale: #878787. Windows color (decimal): -13982484 or 15508522. OLE color: 15508522.
HSL color Cylindrical-coordinate representation of color #2AA4EC: hue angle of 202.27º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AA4EC is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 164 | 236 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.07 |
| HSL | 202.27º | 0.84% | 0.55% | - |
| HSV(B) | 202.27º | 0.82% | 0.93% | - |
| XYZ | 29.37 | 33.1 | 84.2 | - |
| YUV | 135.73 | 184.58 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 164 | 236 | 0.82 | 0.31 | 0 | 0.07 | 202.27 | 0.84 | 0.55 |
| Hex | 2A | A4 | EC | 52 | 1F | 0 | 7 | CA | 54 | 37 |
| Octal | 52 | 244 | 354 | 122 | 37 | 0 | 7 | 312 | 124 | 67 |
| Binary | 101010 | 10100100 | 11101100 | 1010010 | 11111 | 0 | 111 | 11001010 | 1010100 | 110111 |
Color Harmonies of #2AA4EC
Complementary color
Monochromatic Colors of #2AA4EC
Black with #2AA4EC
Text Example
Text Example
White with #2AA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA4EC; }
p { color: rgb(42,164,236); }
H1.HeaderClassName
{
color: #2AA4EC;
}
.AnyTagClassName
{
color: #2AA4EC;
}
</style>
background-color css
<style>
a { background-color: #2AA4EC; }
a { background-color: rgb(42,164,236); }
div.DivClassName
{
background-color: #2AA4EC;
}
.BgClassName
{
background-color: #2AA4EC;
}
</style>
border-color css
<style>
span { border-color: #2AA4EC; }
span { border-color: rgb(42,164,236); }
td.TdClassName
{
border-color: #2AA4EC;
}
.TagClassName
{
border-color: #2AA4EC;
}
</style>