#9FACB1

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

Shades of Gull Grey #9FACB1

Tints of Gull Grey #9FACB1

Color information

#9FACB1 (or 0x9FACB1) is unknown color: approx Gull Grey. HEX triplet: 9F, AC and B1. RGB value is (159,172,177). Sum of RGB (Red+Green+Blue) = 159+172+177=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 177 - color contains mainly: blue. Hex color #9FACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FACB1 is #60534E. Grayscale: #A8A8A8. Windows color (decimal): -6312783 or 11644063. OLE color: 11644063.

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

Color convert

RGB159172177-
CMYK0.100.0300.31
HSL196.67º10.34%65.88%-
HSV(B)196.67º10.17%69.41%-
XYZ36.9940.0547.38-
YUV168.68132.69121.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.30%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=31.30%
G=33.86%
B=34.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591721770.100.0300.31196.6710.3465.88
Hex9FACB1A301Fc5a42
Octal23725426112303730512102
Binary1001111110101100101100011010110111111100010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,177); }

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

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

 a { background-color: rgb(159,172,177); }

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

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

 span { border-color: rgb(159,172,177); }

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