#40AAED

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

Shades of Summer Sky #40AAED

Tints of Summer Sky #40AAED

Color information

#40AAED (or 0x40AAED) is unknown color: approx Summer Sky. HEX triplet: 40, AA and ED. RGB value is (64,170,237). Sum of RGB (Red+Green+Blue) = 64+170+237=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #40AAED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AAED is #BF5512. Grayscale: #919191. Windows color (decimal): -12539155 or 15575616. OLE color: 15575616.

HSL color Cylindrical-coordinate representation of color #40AAED: hue angle of 203.24º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40AAED is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB64170237-
CMYK0.730.2800.07
HSL203.24º82.78%59.02%-
HSV(B)203.24º73%92.94%-
XYZ31.7835.9585.39-
YUV145.94179.3869.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.59%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 237 (92.97% from 255) = 50.32%
R=13.59%
G=36.09%
B=50.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal641702370.730.2800.07203.2482.7859.02
Hex40AAED491C07cb533b
Octal100252355111340731312373
Binary100000010101010111011011001001111000111110010111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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