#2AA0EC

Color #2AA0EC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2AA0EC

Tints of Summer Sky #2AA0EC

Color information

#2AA0EC (or 0x2AA0EC) is unknown color: approx Summer Sky. HEX triplet: 2A, A0 and EC. RGB value is (42,160,236). Sum of RGB (Red+Green+Blue) = 42+160+236=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #2AA0EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA0EC is #D55F13. Grayscale: #848484. Windows color (decimal): -13983508 or 15507498. OLE color: 15507498.

HSL color Cylindrical-coordinate representation of color #2AA0EC: hue angle of 203.51º 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 #2AA0EC is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB42160236-
CMYK0.820.3200.07
HSL203.51º83.62%54.51%-
HSV(B)203.51º82.2%92.55%-
XYZ28.6731.6983.96-
YUV133.38185.9162.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 9.59%
GREEN value IS 160 (62.89% from 255) = 36.53%
BLUE value IS 236 (92.58% from 255) = 53.88%
R=9.59%
G=36.53%
B=53.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal421602360.820.3200.07203.5183.6254.51
Hex2AA0EC522007cc5437
Octal52240354122400731412467
Binary101010101000001110110010100101000000111110011001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AA0EC; }

 p { color: rgb(42,160,236); }

 H1.HeaderClassName
 {
   color: #2AA0EC;
 }
 .AnyTagClassName
 {
   color: #2AA0EC;
 }
</style>
background-color css

<style>
 a { background-color: #2AA0EC; }

 a { background-color: rgb(42,160,236); }

 div.DivClassName
 {
   background-color: #2AA0EC;
 }
 .BgClassName
 {
   background-color: #2AA0EC;
 }
</style>
border-color css

<style>
 span { border-color: #2AA0EC; }

 span { border-color: rgb(42,160,236); }

 td.TdClassName
 {
   border-color: #2AA0EC;
 }
 .TagClassName
 {
   border-color: #2AA0EC;
 }
</style>