#9EB7AF

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

Shades of Skeptic #9EB7AF

Tints of Skeptic #9EB7AF

Color information

#9EB7AF (or 0x9EB7AF) is unknown color: approx Skeptic. HEX triplet: 9E, B7 and AF. RGB value is (158,183,175). Sum of RGB (Red+Green+Blue) = 158+183+175=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB7AF is #614850. Grayscale: #AEAEAE. Windows color (decimal): -6375505 or 11515806. OLE color: 11515806.

HSL color Cylindrical-coordinate representation of color #9EB7AF: hue angle of 160.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EB7AF is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB158183175-
CMYK0.1400.040.28
HSL160.8º14.79%66.86%-
HSV(B)160.8º13.66%71.76%-
XYZ38.7744.2347.05-
YUV174.61128.22116.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.62%
GREEN value IS 183 (71.88% from 255) = 35.47%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=30.62%
G=35.47%
B=33.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581831750.1400.040.28160.814.7966.86
Hex9EB7AFE041Ca1f43
Octal23626725716043424117103
Binary10011110101101111010111111100100111001010000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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