#40A4ED

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

Shades of Summer Sky #40A4ED

Tints of Summer Sky #40A4ED

Color information

#40A4ED (or 0x40A4ED) is unknown color: approx Summer Sky. HEX triplet: 40, A4 and ED. RGB value is (64,164,237). Sum of RGB (Red+Green+Blue) = 64+164+237=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #40A4ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A4ED is #BF5B12. Grayscale: #8E8E8E. Windows color (decimal): -12540691 or 15574080. OLE color: 15574080.

HSL color Cylindrical-coordinate representation of color #40A4ED: hue angle of 205.32º 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 #40A4ED is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB64164237-
CMYK0.730.3100.07
HSL205.32º82.78%59.02%-
HSV(B)205.32º73%92.94%-
XYZ30.6833.7685.02-
YUV142.42181.3772.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.76%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 237 (92.97% from 255) = 50.97%
R=13.76%
G=35.27%
B=50.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal641642370.730.3100.07205.3282.7859.02
Hex40A4ED491F07cd533b
Octal100244355111370731512373
Binary100000010100100111011011001001111110111110011011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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