#40ACD1

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

Shades of Summer Sky #40ACD1

Tints of Summer Sky #40ACD1

Color information

#40ACD1 (or 0x40ACD1) is unknown color: approx Summer Sky. HEX triplet: 40, AC and D1. RGB value is (64,172,209). Sum of RGB (Red+Green+Blue) = 64+172+209=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #40ACD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ACD1 is #BF532E. Grayscale: #8F8F8F. Windows color (decimal): -12538671 or 13741120. OLE color: 13741120.

HSL color Cylindrical-coordinate representation of color #40ACD1: hue angle of 195.31º 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 #40ACD1 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64172209-
CMYK0.690.1800.18
HSL195.31º61.18%53.53%-
HSV(B)195.31º69.38%81.96%-
XYZ28.3835.265.62-
YUV143.93164.7270.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.38%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 209 (82.03% from 255) = 46.97%
R=14.38%
G=38.65%
B=46.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641722090.690.1800.18195.3161.1853.53
Hex40ACD14512012c33d36
Octal100254321105220223037566
Binary1000000101011001101000110001011001001001011000011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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