#9EB7AE

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

Shades of Skeptic #9EB7AE

Tints of Skeptic #9EB7AE

Color information

#9EB7AE (or 0x9EB7AE) is unknown color: approx Skeptic. HEX triplet: 9E, B7 and AE. RGB value is (158,183,174). Sum of RGB (Red+Green+Blue) = 158+183+174=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB7AE is #614851. Grayscale: #AEAEAE. Windows color (decimal): -6375506 or 11450270. OLE color: 11450270.

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

Color convert

RGB158183174-
CMYK0.1400.050.28
HSL158.4º14.79%66.86%-
HSV(B)158.4º13.66%71.76%-
XYZ38.6744.1946.54-
YUV174.5127.72116.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.68%
GREEN value IS 183 (71.88% from 255) = 35.53%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=30.68%
G=35.53%
B=33.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581831740.1400.050.28158.414.7966.86
Hex9EB7AEE051C9ef43
Octal23626725616053423617103
Binary10011110101101111010111011100101111001001111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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