#40A1DC

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

Shades of Summer Sky #40A1DC

Tints of Summer Sky #40A1DC

Color information

#40A1DC (or 0x40A1DC) is unknown color: approx Summer Sky. HEX triplet: 40, A1 and DC. RGB value is (64,161,220). Sum of RGB (Red+Green+Blue) = 64+161+220=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #40A1DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A1DC is #BF5E23. Grayscale: #8A8A8A. Windows color (decimal): -12541476 or 14459200. OLE color: 14459200.

HSL color Cylindrical-coordinate representation of color #40A1DC: hue angle of 202.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40A1DC is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB64161220-
CMYK0.710.2700.14
HSL202.69º69.03%55.69%-
HSV(B)202.69º70.91%86.27%-
XYZ27.7831.7572.37-
YUV138.72173.8674.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.38%
GREEN value IS 161 (63.28% from 255) = 36.18%
BLUE value IS 220 (86.33% from 255) = 49.44%
R=14.38%
G=36.18%
B=49.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal641612200.710.2700.14202.6969.0355.69
Hex40A1DC471B0Ecb4538
Octal1002413341073301631310570
Binary1000000101000011101110010001111101101110110010111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,161,220); }

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

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

 a { background-color: rgb(64,161,220); }

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

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

 span { border-color: rgb(64,161,220); }

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