#40A4EA

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

Shades of Summer Sky #40A4EA

Tints of Summer Sky #40A4EA

Color information

#40A4EA (or 0x40A4EA) is unknown color: approx Summer Sky. HEX triplet: 40, A4 and EA. RGB value is (64,164,234). Sum of RGB (Red+Green+Blue) = 64+164+234=462 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.85% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #40A4EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A4EA is #BF5B15. Grayscale: #8D8D8D. Windows color (decimal): -12540694 or 15377472. OLE color: 15377472.

HSL color Cylindrical-coordinate representation of color #40A4EA: hue angle of 204.71º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40A4EA is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB64164234-
CMYK0.730.3000.08
HSL204.71º80.19%58.43%-
HSV(B)204.71º72.65%91.76%-
XYZ30.2433.5882.73-
YUV142.08179.8772.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.85%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 234 (91.80% from 255) = 50.65%
R=13.85%
G=35.50%
B=50.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal641642340.730.3000.08204.7180.1958.43
Hex40A4EA491E08cd503a
Octal1002443521113601031512072
Binary1000000101001001110101010010011111001000110011011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,164,234); }

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

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

 a { background-color: rgb(64,164,234); }

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

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

 span { border-color: rgb(64,164,234); }

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