#40AAE5

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

Shades of Summer Sky #40AAE5

Tints of Summer Sky #40AAE5

Color information

#40AAE5 (or 0x40AAE5) is unknown color: approx Summer Sky. HEX triplet: 40, AA and E5. RGB value is (64,170,229). Sum of RGB (Red+Green+Blue) = 64+170+229=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #40AAE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AAE5 is #BF551A. Grayscale: #909090. Windows color (decimal): -12539163 or 15051328. OLE color: 15051328.

HSL color Cylindrical-coordinate representation of color #40AAE5: hue angle of 201.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40AAE5 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB64170229-
CMYK0.720.2600.10
HSL201.45º76.04%57.45%-
HSV(B)201.45º72.05%89.8%-
XYZ30.6335.579.37-
YUV145.03175.3870.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.82%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 229 (89.84% from 255) = 49.46%
R=13.82%
G=36.72%
B=49.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal641702290.720.2600.10201.4576.0457.45
Hex40AAE5481A0Ac94c39
Octal1002523451103201231111471
Binary1000000101010101110010110010001101001010110010011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40AAE5; }

 p { color: rgb(64,170,229); }

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

<style>
 a { background-color: #40AAE5; }

 a { background-color: rgb(64,170,229); }

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

<style>
 span { border-color: #40AAE5; }

 span { border-color: rgb(64,170,229); }

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