#40A6DB

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

Shades of Summer Sky #40A6DB

Tints of Summer Sky #40A6DB

Color information

#40A6DB (or 0x40A6DB) is unknown color: approx Summer Sky. HEX triplet: 40, A6 and DB. RGB value is (64,166,219). Sum of RGB (Red+Green+Blue) = 64+166+219=449 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.25% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #40A6DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A6DB is #BF5924. Grayscale: #8D8D8D. Windows color (decimal): -12540197 or 14394944. OLE color: 14394944.

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

Color convert

RGB64166219-
CMYK0.710.2400.14
HSL200.52º68.28%55.49%-
HSV(B)200.52º70.78%85.88%-
XYZ28.5433.4871.98-
YUV141.54171.7172.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.25%
GREEN value IS 166 (65.23% from 255) = 36.97%
BLUE value IS 219 (85.94% from 255) = 48.78%
R=14.25%
G=36.97%
B=48.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal641662190.710.2400.14200.5268.2855.49
Hex40A6DB47180Ec94437
Octal1002463331073001631110467
Binary1000000101001101101101110001111100001110110010011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,166,219); }

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

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

 a { background-color: rgb(64,166,219); }

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

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

 span { border-color: rgb(64,166,219); }

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