#40A2E2

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

Shades of Summer Sky #40A2E2

Tints of Summer Sky #40A2E2

Color information

#40A2E2 (or 0x40A2E2) is unknown color: approx Summer Sky. HEX triplet: 40, A2 and E2. RGB value is (64,162,226). Sum of RGB (Red+Green+Blue) = 64+162+226=452 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.16% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #40A2E2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A2E2 is #BF5D1D. Grayscale: #8B8B8B. Windows color (decimal): -12541214 or 14852672. OLE color: 14852672.

HSL color Cylindrical-coordinate representation of color #40A2E2: hue angle of 203.7º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40A2E2 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB64162226-
CMYK0.720.2800.11
HSL203.7º73.64%56.86%-
HSV(B)203.7º71.68%88.63%-
XYZ28.7632.4276.69-
YUV139.99176.5373.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.16%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 226 (88.67% from 255) = 50%
R=14.16%
G=35.84%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal641622260.720.2800.11203.773.6456.86
Hex40A2E2481C0Bcc4a39
Octal1002423421103401331411271
Binary1000000101000101110001010010001110001011110011001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,162,226); }

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

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

 a { background-color: rgb(64,162,226); }

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

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

 span { border-color: rgb(64,162,226); }

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