#40A6D2

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

Shades of Summer Sky #40A6D2

Tints of Summer Sky #40A6D2

Color information

#40A6D2 (or 0x40A6D2) is unknown color: approx Summer Sky. HEX triplet: 40, A6 and D2. RGB value is (64,166,210). Sum of RGB (Red+Green+Blue) = 64+166+210=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 210 - color contains mainly: blue. Hex color #40A6D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A6D2 is #BF592D. Grayscale: #8C8C8C. Windows color (decimal): -12540206 or 13805120. OLE color: 13805120.

HSL color Cylindrical-coordinate representation of color #40A6D2: hue angle of 198.08º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40A6D2 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64166210-
CMYK0.700.2100.18
HSL198.08º61.86%53.73%-
HSV(B)198.08º69.52%82.35%-
XYZ27.3833.0265.9-
YUV140.52167.2173.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.55%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 210 (82.42% from 255) = 47.73%
R=14.55%
G=37.73%
B=47.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641662100.700.2100.18198.0861.8653.73
Hex40A6D24615012c63e36
Octal100246322106250223067666
Binary1000000101001101101001010001101010101001011000110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,166,210); }

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

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

 a { background-color: rgb(64,166,210); }

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

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

 span { border-color: rgb(64,166,210); }

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