#2AA4E1

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

Shades of Summer Sky #2AA4E1

Tints of Summer Sky #2AA4E1

Color information

#2AA4E1 (or 0x2AA4E1) is unknown color: approx Summer Sky. HEX triplet: 2A, A4 and E1. RGB value is (42,164,225). Sum of RGB (Red+Green+Blue) = 42+164+225=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #2AA4E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA4E1 is #D55B1E. Grayscale: #868686. Windows color (decimal): -13982495 or 14787626. OLE color: 14787626.

HSL color Cylindrical-coordinate representation of color #2AA4E1: hue angle of 200º 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 #2AA4E1 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB42164225-
CMYK0.810.2700.12
HSL200º75.31%52.35%-
HSV(B)200º81.33%88.24%-
XYZ27.8232.4876.04-
YUV134.48179.0862.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.74%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 225 (88.28% from 255) = 52.20%
R=9.74%
G=38.05%
B=52.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal421642250.810.2700.1220075.3152.35
Hex2AA4E1511B0Cc84b34
Octal522443411213301431011364
Binary101010101001001110000110100011101101100110010001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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