#40AAD1

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

Shades of Summer Sky #40AAD1

Tints of Summer Sky #40AAD1

Color information

#40AAD1 (or 0x40AAD1) is unknown color: approx Summer Sky. HEX triplet: 40, AA and D1. RGB value is (64,170,209). Sum of RGB (Red+Green+Blue) = 64+170+209=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #40AAD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AAD1 is #BF552E. Grayscale: #8E8E8E. Windows color (decimal): -12539183 or 13740608. OLE color: 13740608.

HSL color Cylindrical-coordinate representation of color #40AAD1: hue angle of 196.14º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40AAD1 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64170209-
CMYK0.690.1900.18
HSL196.14º61.18%53.53%-
HSV(B)196.14º69.38%81.96%-
XYZ2834.4465.49-
YUV142.75165.3871.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.45%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 209 (82.03% from 255) = 47.18%
R=14.45%
G=38.37%
B=47.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641702090.690.1900.18196.1461.1853.53
Hex40AAD14513012c43d36
Octal100252321105230223047566
Binary1000000101010101101000110001011001101001011000100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,170,209); }

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

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

 a { background-color: rgb(64,170,209); }

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

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

 span { border-color: rgb(64,170,209); }

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