#408E98

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

Shades of Blue Chill #408E98

Tints of Blue Chill #408E98

Color information

#408E98 (or 0x408E98) is unknown color: approx Blue Chill. HEX triplet: 40, 8E and 98. RGB value is (64,142,152). Sum of RGB (Red+Green+Blue) = 64+142+152=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #408E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408E98 is #BF7167. Grayscale: #777777. Windows color (decimal): -12546408 or 9997888. OLE color: 9997888.

HSL color Cylindrical-coordinate representation of color #408E98: hue angle of 186.82º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #408E98 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB64142152-
CMYK0.580.0700.40
HSL186.82º40.74%42.35%-
HSV(B)186.82º57.89%59.61%-
XYZ17.4522.733.17-
YUV119.82146.1688.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.88%
GREEN value IS 142 (55.86% from 255) = 39.66%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=17.88%
G=39.66%
B=42.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641421520.580.0700.40186.8240.7442.35
Hex408E983A7028bb292a
Octal1002162307270502735152
Binary10000001000111010011000111010111010100010111011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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