#9EB1A9

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

Shades of Skeptic #9EB1A9

Tints of Skeptic #9EB1A9

Color information

#9EB1A9 (or 0x9EB1A9) is unknown color: approx Skeptic. HEX triplet: 9E, B1 and A9. RGB value is (158,177,169). Sum of RGB (Red+Green+Blue) = 158+177+169=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB1A9 is #614E56. Grayscale: #AAAAAA. Windows color (decimal): -6377047 or 11121054. OLE color: 11121054.

HSL color Cylindrical-coordinate representation of color #9EB1A9: hue angle of 154.74º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EB1A9 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB158177169-
CMYK0.1100.050.31
HSL154.74º10.86%65.69%-
HSV(B)154.74º10.73%69.41%-
XYZ36.9841.5843.61-
YUV170.41127.21119.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=31.35%
G=35.12%
B=33.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581771690.1100.050.31154.7410.8665.69
Hex9EB1A9B051F9bb42
Octal23626125113053723313102
Binary10011110101100011010100110110101111111001101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,177,169); }

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

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

 a { background-color: rgb(158,177,169); }

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

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

 span { border-color: rgb(158,177,169); }

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