#9EB9AF

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

Shades of Skeptic #9EB9AF

Tints of Skeptic #9EB9AF

Color information

#9EB9AF (or 0x9EB9AF) is unknown color: approx Skeptic. HEX triplet: 9E, B9 and AF. RGB value is (158,185,175). Sum of RGB (Red+Green+Blue) = 158+185+175=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB9AF is #614650. Grayscale: #AFAFAF. Windows color (decimal): -6374993 or 11516318. OLE color: 11516318.

HSL color Cylindrical-coordinate representation of color #9EB9AF: hue angle of 157.78º 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 #9EB9AF is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB158185175-
CMYK0.1500.050.27
HSL157.78º16.17%67.25%-
HSV(B)157.78º14.59%72.55%-
XYZ39.1945.0647.19-
YUV175.79127.55115.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=30.50%
G=35.71%
B=33.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581851750.1500.050.27157.7816.1767.25
Hex9EB9AFF051B9e1043
Octal23627125717053323620103
Binary100111101011100110101111111101011101110011110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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