#40ADD6

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

Shades of Summer Sky #40ADD6

Tints of Summer Sky #40ADD6

Color information

#40ADD6 (or 0x40ADD6) is unknown color: approx Summer Sky. HEX triplet: 40, AD and D6. RGB value is (64,173,214). Sum of RGB (Red+Green+Blue) = 64+173+214=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 214 - color contains mainly: blue. Hex color #40ADD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADD6 is #BF5229. Grayscale: #909090. Windows color (decimal): -12538410 or 14069056. OLE color: 14069056.

HSL color Cylindrical-coordinate representation of color #40ADD6: hue angle of 196.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40ADD6 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB64173214-
CMYK0.700.1900.16
HSL196.4º64.66%54.51%-
HSV(B)196.4º70.09%83.92%-
XYZ29.235.8369-
YUV145.08166.8970.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.19%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 214 (83.98% from 255) = 47.45%
R=14.19%
G=38.36%
B=47.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal641732140.700.1900.16196.464.6654.51
Hex40ADD64613010c44137
Octal1002553261062302030410167
Binary10000001010110111010110100011010011010000110001001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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