#9FABAC

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

Shades of Gull Grey #9FABAC

Tints of Gull Grey #9FABAC

Color information

#9FABAC (or 0x9FABAC) is unknown color: approx Gull Grey. HEX triplet: 9F, AB and AC. RGB value is (159,171,172). Sum of RGB (Red+Green+Blue) = 159+171+172=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 172 - color contains mainly: blue. Hex color #9FABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FABAC is #605453. Grayscale: #A7A7A7. Windows color (decimal): -6313044 or 11316127. OLE color: 11316127.

HSL color Cylindrical-coordinate representation of color #9FABAC: hue angle of 184.62º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FABAC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159171172-
CMYK0.080.0100.33
HSL184.62º7.26%64.9%-
HSV(B)184.62º7.56%67.45%-
XYZ36.3139.4844.74-
YUV167.53130.52121.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.67%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=31.67%
G=34.06%
B=34.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591711720.080.0100.33184.627.2664.9
Hex9FABAC81021b9741
Octal2372532541010412717101
Binary100111111010101110101100100010100001101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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