#9EAAAB

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

Shades of Gull Grey #9EAAAB

Tints of Gull Grey #9EAAAB

Color information

#9EAAAB (or 0x9EAAAB) is unknown color: approx Gull Grey. HEX triplet: 9E, AA and AB. RGB value is (158,170,171). Sum of RGB (Red+Green+Blue) = 158+170+171=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 171 - color contains mainly: blue. Hex color #9EAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAAAB is #615554. Grayscale: #A6A6A6. Windows color (decimal): -6378837 or 11250334. OLE color: 11250334.

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

Color convert

RGB158170171-
CMYK0.080.0100.33
HSL184.62º7.18%64.51%-
HSV(B)184.62º7.6%67.06%-
XYZ35.8338.9644.16-
YUV166.53130.52121.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.66%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=31.66%
G=34.07%
B=34.27%

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
Decimal1581701710.080.0100.33184.627.1864.51
Hex9EAAAB81021b9741
Octal2362522531010412717101
Binary100111101010101010101011100010100001101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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