#9FB6AE

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

Shades of Skeptic #9FB6AE

Tints of Skeptic #9FB6AE

Color information

#9FB6AE (or 0x9FB6AE) is unknown color: approx Skeptic. HEX triplet: 9F, B6 and AE. RGB value is (159,182,174). Sum of RGB (Red+Green+Blue) = 159+182+174=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB6AE is #604951. Grayscale: #AEAEAE. Windows color (decimal): -6310226 or 11450015. OLE color: 11450015.

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

Color convert

RGB159182174-
CMYK0.1300.040.29
HSL159.13º13.61%66.86%-
HSV(B)159.13º12.64%71.37%-
XYZ38.6743.8846.48-
YUV174.21127.88117.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.87%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=30.87%
G=35.34%
B=33.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591821740.1300.040.29159.1313.6166.86
Hex9FB6AED041D9fe43
Octal23726625615043523716103
Binary10011111101101101010111011010100111011001111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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