#40ABD8

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

Shades of Summer Sky #40ABD8

Tints of Summer Sky #40ABD8

Color information

#40ABD8 (or 0x40ABD8) is unknown color: approx Summer Sky. HEX triplet: 40, AB and D8. RGB value is (64,171,216). Sum of RGB (Red+Green+Blue) = 64+171+216=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #40ABD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABD8 is #BF5427. Grayscale: #8F8F8F. Windows color (decimal): -12538920 or 14199616. OLE color: 14199616.

HSL color Cylindrical-coordinate representation of color #40ABD8: hue angle of 197.76º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40ABD8 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB64171216-
CMYK0.700.2100.15
HSL197.76º66.09%54.9%-
HSV(B)197.76º70.37%84.71%-
XYZ29.0735.1770.22-
YUV144.14168.5570.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.19%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 216 (84.77% from 255) = 47.89%
R=14.19%
G=37.92%
B=47.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal641712160.700.2100.15197.7666.0954.9
Hex40ABD846150Fc64237
Octal1002533301062501730610267
Binary1000000101010111101100010001101010101111110001101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,171,216); }

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

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

 a { background-color: rgb(64,171,216); }

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

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

 span { border-color: rgb(64,171,216); }

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