#9FABAE

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

Shades of Gull Grey #9FABAE

Tints of Gull Grey #9FABAE

Color information

#9FABAE (or 0x9FABAE) is unknown color: approx Gull Grey. HEX triplet: 9F, AB and AE. RGB value is (159,171,174). Sum of RGB (Red+Green+Blue) = 159+171+174=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 174 - color contains mainly: blue. Hex color #9FABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FABAE is #605451. Grayscale: #A7A7A7. Windows color (decimal): -6313042 or 11447199. OLE color: 11447199.

HSL color Cylindrical-coordinate representation of color #9FABAE: hue angle of 192º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FABAE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159171174-
CMYK0.090.0200.32
HSL192º8.47%65.29%-
HSV(B)192º8.62%68.24%-
XYZ36.539.5545.76-
YUV167.75131.52121.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=31.55%
G=33.93%
B=34.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591711740.090.0200.321928.4765.29
Hex9FABAE92020c0841
Octal23725325611204030010101
Binary10011111101010111010111010011001000001100000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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