#9FAAB7

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

Shades of Mischka #9FAAB7

Tints of Mischka #9FAAB7

Color information

#9FAAB7 (or 0x9FAAB7) is unknown color: approx Mischka. HEX triplet: 9F, AA and B7. RGB value is (159,170,183). Sum of RGB (Red+Green+Blue) = 159+170+183=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 183 - color contains mainly: blue. Hex color #9FAAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAAB7 is #605548. Grayscale: #A8A8A8. Windows color (decimal): -6313289 or 12036767. OLE color: 12036767.

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

Color convert

RGB159170183-
CMYK0.130.0700.28
HSL212.5º14.29%67.06%-
HSV(B)212.5º13.11%71.76%-
XYZ37.2239.5450.47-
YUV168.19136.36121.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.05%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=31.05%
G=33.20%
B=35.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591701830.130.0700.28212.514.2967.06
Hex9FAAB7D701Cd4e43
Octal23725226715703432416103
Binary10011111101010101011011111011110111001101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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