#9FAEB4

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

Shades of Gull Grey #9FAEB4

Tints of Gull Grey #9FAEB4

Color information

#9FAEB4 (or 0x9FAEB4) is unknown color: approx Gull Grey. HEX triplet: 9F, AE and B4. RGB value is (159,174,180). Sum of RGB (Red+Green+Blue) = 159+174+180=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 180 - color contains mainly: blue. Hex color #9FAEB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEB4 is #60514B. Grayscale: #AAAAAA. Windows color (decimal): -6312268 or 11841183. OLE color: 11841183.

HSL color Cylindrical-coordinate representation of color #9FAEB4: hue angle of 197.14º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FAEB4 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB159174180-
CMYK0.120.0300.29
HSL197.14º12.28%66.47%-
HSV(B)197.14º11.67%70.59%-
XYZ37.6740.9449.1-
YUV170.2133.53120.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=30.99%
G=33.92%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591741800.120.0300.29197.1412.2866.47
Hex9FAEB4C301Dc5c42
Octal23725626414303530514102
Binary1001111110101110101101001100110111011100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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