#2AA2E1

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

Shades of Summer Sky #2AA2E1

Tints of Summer Sky #2AA2E1

Color information

#2AA2E1 (or 0x2AA2E1) is unknown color: approx Summer Sky. HEX triplet: 2A, A2 and E1. RGB value is (42,162,225). Sum of RGB (Red+Green+Blue) = 42+162+225=429 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.79% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #2AA2E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA2E1 is #D55D1E. Grayscale: #848484. Windows color (decimal): -13983007 or 14787114. OLE color: 14787114.

HSL color Cylindrical-coordinate representation of color #2AA2E1: hue angle of 200.66º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AA2E1 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB42162225-
CMYK0.810.2800.12
HSL200.66º75.31%52.35%-
HSV(B)200.66º81.33%88.24%-
XYZ27.4731.7775.92-
YUV133.3179.7462.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.79%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 225 (88.28% from 255) = 52.45%
R=9.79%
G=37.76%
B=52.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal421622250.810.2800.12200.6675.3152.35
Hex2AA2E1511C0Cc94b34
Octal522423411213401431111364
Binary101010101000101110000110100011110001100110010011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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