#408E95

Color #408E95 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #408E95

Tints of Blue Chill #408E95

Color information

#408E95 (or 0x408E95) is unknown color: approx Blue Chill. HEX triplet: 40, 8E and 95. RGB value is (64,142,149). Sum of RGB (Red+Green+Blue) = 64+142+149=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #408E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408E95 is #BF716A. Grayscale: #777777. Windows color (decimal): -12546411 or 9801280. OLE color: 9801280.

HSL color Cylindrical-coordinate representation of color #408E95: hue angle of 184.94º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #408E95 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64142149-
CMYK0.570.0500.42
HSL184.94º39.91%41.76%-
HSV(B)184.94º57.05%58.43%-
XYZ17.2122.6131.89-
YUV119.48144.6688.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.03%
GREEN value IS 142 (55.86% from 255) = 40%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=18.03%
G=40%
B=41.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641421490.570.0500.42184.9439.9141.76
Hex408E9539502Ab9282a
Octal1002162257150522715052
Binary10000001000111010010101111001101010101010111001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408E95; }

 p { color: rgb(64,142,149); }

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

<style>
 a { background-color: #408E95; }

 a { background-color: rgb(64,142,149); }

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

<style>
 span { border-color: #408E95; }

 span { border-color: rgb(64,142,149); }

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