#40A0E6

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

Shades of Summer Sky #40A0E6

Tints of Summer Sky #40A0E6

Color information

#40A0E6 (or 0x40A0E6) is unknown color: approx Summer Sky. HEX triplet: 40, A0 and E6. RGB value is (64,160,230). Sum of RGB (Red+Green+Blue) = 64+160+230=454 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.10% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #40A0E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A0E6 is #BF5F19. Grayscale: #8A8A8A. Windows color (decimal): -12541722 or 15114304. OLE color: 15114304.

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

Color convert

RGB64160230-
CMYK0.720.3000.10
HSL205.3º76.85%57.65%-
HSV(B)205.3º72.17%90.2%-
XYZ28.9731.9479.5-
YUV139.28179.274.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.10%
GREEN value IS 160 (62.89% from 255) = 35.24%
BLUE value IS 230 (90.23% from 255) = 50.66%
R=14.10%
G=35.24%
B=50.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal641602300.720.3000.10205.376.8557.65
Hex40A0E6481E0Acd4d3a
Octal1002403461103601231511572
Binary1000000101000001110011010010001111001010110011011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,160,230); }

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

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

 a { background-color: rgb(64,160,230); }

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

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

 span { border-color: rgb(64,160,230); }

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