#40ade0

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

Shades of Summer Sky #40ADE0

Tints of Summer Sky #40ADE0

Color information

#40ADE0 (or 0x40ADE0) is unknown color: approx Summer Sky. HEX triplet: 40, AD and E0. RGB value is (64,173,224). Sum of RGB (Red+Green+Blue) = 64+173+224=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #40ADE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADE0 is #BF521F. Grayscale: #919191. Windows color (decimal): -12538400 or 14724416. OLE color: 14724416.

HSL color Cylindrical-coordinate representation of color #40ADE0: hue angle of 199.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40ADE0 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB64173224-
CMYK0.710.2300.12
HSL199.12º72.07%56.47%-
HSV(B)199.12º71.43%87.84%-
XYZ30.5136.3675.93-
YUV146.22171.8969.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.88%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 224 (87.89% from 255) = 48.59%
R=13.88%
G=37.53%
B=48.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal641732240.710.2300.12199.1272.0756.47
Hex40ADE047170Cc74838
Octal1002553401072701430711070
Binary1000000101011011110000010001111011101100110001111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ade0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,173,224); }

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

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

 a { background-color: rgb(64,173,224); }

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

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

 span { border-color: rgb(64,173,224); }

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