#40ABD1

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

Shades of Summer Sky #40ABD1

Tints of Summer Sky #40ABD1

Color information

#40ABD1 (or 0x40ABD1) is unknown color: approx Summer Sky. HEX triplet: 40, AB and D1. RGB value is (64,171,209). Sum of RGB (Red+Green+Blue) = 64+171+209=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #40ABD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABD1 is #BF542E. Grayscale: #8F8F8F. Windows color (decimal): -12538927 or 13740864. OLE color: 13740864.

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

Color convert

RGB64171209-
CMYK0.690.1800.18
HSL195.72º61.18%53.53%-
HSV(B)195.72º69.38%81.96%-
XYZ28.1934.8265.56-
YUV143.34165.0571.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.41%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 209 (82.03% from 255) = 47.07%
R=14.41%
G=38.51%
B=47.07%

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
Decimal641712090.690.1800.18195.7261.1853.53
Hex40ABD14512012c43d36
Octal100253321105220223047566
Binary1000000101010111101000110001011001001001011000100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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