#9EB9AB

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

Shades of Skeptic #9EB9AB

Tints of Skeptic #9EB9AB

Color information

#9EB9AB (or 0x9EB9AB) is unknown color: approx Skeptic. HEX triplet: 9E, B9 and AB. RGB value is (158,185,171). Sum of RGB (Red+Green+Blue) = 158+185+171=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB9AB is #614654. Grayscale: #AFAFAF. Windows color (decimal): -6374997 or 11254174. OLE color: 11254174.

HSL color Cylindrical-coordinate representation of color #9EB9AB: hue angle of 148.89º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EB9AB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB158185171-
CMYK0.1500.080.27
HSL148.89º16.17%67.25%-
HSV(B)148.89º14.59%72.55%-
XYZ38.844.9145.15-
YUV175.33125.55115.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.74%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=30.74%
G=35.99%
B=33.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581851710.1500.080.27148.8916.1767.25
Hex9EB9ABF081B951043
Octal236271253170103322520103
Binary1001111010111001101010111111010001101110010101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,185,171); }

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

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

 a { background-color: rgb(158,185,171); }

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

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

 span { border-color: rgb(158,185,171); }

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