#9EABAC

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

Shades of Gull Grey #9EABAC

Tints of Gull Grey #9EABAC

Color information

#9EABAC (or 0x9EABAC) is unknown color: approx Gull Grey. HEX triplet: 9E, AB and AC. RGB value is (158,171,172). Sum of RGB (Red+Green+Blue) = 158+171+172=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 172 - color contains mainly: blue. Hex color #9EABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EABAC is #615453. Grayscale: #A7A7A7. Windows color (decimal): -6378580 or 11316126. OLE color: 11316126.

HSL color Cylindrical-coordinate representation of color #9EABAC: hue angle of 184.29º degrees, saturation: 0.08, 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 #9EABAC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158171172-
CMYK0.080.0100.33
HSL184.29º7.78%64.71%-
HSV(B)184.29º8.14%67.45%-
XYZ36.1139.3744.73-
YUV167.23130.69121.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.54%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=31.54%
G=34.13%
B=34.33%

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
Decimal1581711720.080.0100.33184.297.7864.71
Hex9EABAC81021b8841
Octal23625325410104127010101
Binary1001111010101011101011001000101000011011100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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