#9FAEB1

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

Shades of Gull Grey #9FAEB1

Tints of Gull Grey #9FAEB1

Color information

#9FAEB1 (or 0x9FAEB1) is unknown color: approx Gull Grey. HEX triplet: 9F, AE and B1. RGB value is (159,174,177). Sum of RGB (Red+Green+Blue) = 159+174+177=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 177 - color contains mainly: blue. Hex color #9FAEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAEB1 is #60514E. Grayscale: #A9A9A9. Windows color (decimal): -6312271 or 11644575. OLE color: 11644575.

HSL color Cylindrical-coordinate representation of color #9FAEB1: hue angle of 190º 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 #9FAEB1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB159174177-
CMYK0.100.0200.31
HSL190º10.34%65.88%-
HSV(B)190º10.17%69.41%-
XYZ37.3740.8247.5-
YUV169.86132.03120.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.18%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=31.18%
G=34.12%
B=34.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591741770.100.0200.3119010.3465.88
Hex9FAEB1A201Fbea42
Octal23725626112203727612102
Binary1001111110101110101100011010100111111011111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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