#9FB8AE

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

Shades of Skeptic #9FB8AE

Tints of Skeptic #9FB8AE

Color information

#9FB8AE (or 0x9FB8AE) is unknown color: approx Skeptic. HEX triplet: 9F, B8 and AE. RGB value is (159,184,174). Sum of RGB (Red+Green+Blue) = 159+184+174=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB8AE is #604751. Grayscale: #AFAFAF. Windows color (decimal): -6309714 or 11450527. OLE color: 11450527.

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

Color convert

RGB159184174-
CMYK0.1400.050.28
HSL156º14.97%67.25%-
HSV(B)156º13.59%72.16%-
XYZ39.0844.7146.61-
YUV175.38127.22116.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.75%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=30.75%
G=35.59%
B=33.66%

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
Decimal1591841740.1400.050.2815614.9767.25
Hex9FB8AEE051C9cf43
Octal23727025616053423417103
Binary10011111101110001010111011100101111001001110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,184,174); }

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

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

 a { background-color: rgb(159,184,174); }

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

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

 span { border-color: rgb(159,184,174); }

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