#9EB5AD

Color #9EB5AD Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #9EB5AD

Tints of Skeptic #9EB5AD

Color information

#9EB5AD (or 0x9EB5AD) is unknown color: approx Skeptic. HEX triplet: 9E, B5 and AD. RGB value is (158,181,173). Sum of RGB (Red+Green+Blue) = 158+181+173=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB5AD is #614A52. Grayscale: #ADADAD. Windows color (decimal): -6376019 or 11384222. OLE color: 11384222.

HSL color Cylindrical-coordinate representation of color #9EB5AD: hue angle of 159.13º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EB5AD is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB158181173-
CMYK0.1300.040.29
HSL159.13º13.45%66.47%-
HSV(B)159.13º12.71%70.98%-
XYZ38.1743.3345.89-
YUV173.21127.88117.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.86%
GREEN value IS 181 (71.09% from 255) = 35.35%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=30.86%
G=35.35%
B=33.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581811730.1300.040.29159.1313.4566.47
Hex9EB5ADD041D9fd42
Octal23626525515043523715102
Binary10011110101101011010110111010100111011001111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EB5AD; }

 p { color: rgb(158,181,173); }

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

<style>
 a { background-color: #9EB5AD; }

 a { background-color: rgb(158,181,173); }

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

<style>
 span { border-color: #9EB5AD; }

 span { border-color: rgb(158,181,173); }

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