#9FAFAA

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

Shades of Skeptic #9FAFAA

Tints of Skeptic #9FAFAA

Color information

#9FAFAA (or 0x9FAFAA) is unknown color: approx Skeptic. HEX triplet: 9F, AF and AA. RGB value is (159,175,170). Sum of RGB (Red+Green+Blue) = 159+175+170=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAFAA is #605055. Grayscale: #A9A9A9. Windows color (decimal): -6312022 or 11186079. OLE color: 11186079.

HSL color Cylindrical-coordinate representation of color #9FAFAA: hue angle of 161.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAFAA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB159175170-
CMYK0.0900.030.31
HSL161.25º9.09%65.49%-
HSV(B)161.25º9.14%68.63%-
XYZ36.8840.9343.99-
YUV169.65128.2120.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=31.55%
G=34.72%
B=33.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591751700.0900.030.31161.259.0965.49
Hex9FAFAA9031Fa1941
Octal23725725211033724111101
Binary1001111110101111101010101001011111111010000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,175,170); }

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

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

 a { background-color: rgb(159,175,170); }

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

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

 span { border-color: rgb(159,175,170); }

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