#2AA2EC

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

Shades of Summer Sky #2AA2EC

Tints of Summer Sky #2AA2EC

Color information

#2AA2EC (or 0x2AA2EC) is unknown color: approx Summer Sky. HEX triplet: 2A, A2 and EC. RGB value is (42,162,236). Sum of RGB (Red+Green+Blue) = 42+162+236=440 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.55% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #2AA2EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA2EC is #D55D13. Grayscale: #868686. Windows color (decimal): -13982996 or 15508010. OLE color: 15508010.

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

Color convert

RGB42162236-
CMYK0.820.3100.07
HSL202.89º83.62%54.51%-
HSV(B)202.89º82.2%92.55%-
XYZ29.0232.3984.08-
YUV134.56185.2461.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.55%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 236 (92.58% from 255) = 53.64%
R=9.55%
G=36.82%
B=53.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal421622360.820.3100.07202.8983.6254.51
Hex2AA2EC521F07cb5437
Octal52242354122370731312467
Binary10101010100010111011001010010111110111110010111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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