#9EB3A9

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

Shades of Skeptic #9EB3A9

Tints of Skeptic #9EB3A9

Color information

#9EB3A9 (or 0x9EB3A9) is unknown color: approx Skeptic. HEX triplet: 9E, B3 and A9. RGB value is (158,179,169). Sum of RGB (Red+Green+Blue) = 158+179+169=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB3A9 is #614C56. Grayscale: #ABABAB. Windows color (decimal): -6376535 or 11121566. OLE color: 11121566.

HSL color Cylindrical-coordinate representation of color #9EB3A9: hue angle of 151.43º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EB3A9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB158179169-
CMYK0.1200.060.30
HSL151.43º12.14%66.08%-
HSV(B)151.43º11.73%70.2%-
XYZ37.3842.3743.74-
YUV171.58126.54118.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.23%
GREEN value IS 179 (70.31% from 255) = 35.38%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=31.23%
G=35.38%
B=33.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1581791690.1200.060.30151.4312.1466.08
Hex9EB3A9C061E97c42
Octal23626325114063622714102
Binary10011110101100111010100111000110111101001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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