#9EAEB1

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

Shades of Gull Grey #9EAEB1

Tints of Gull Grey #9EAEB1

Color information

#9EAEB1 (or 0x9EAEB1) is unknown color: approx Gull Grey. HEX triplet: 9E, AE and B1. RGB value is (158,174,177). Sum of RGB (Red+Green+Blue) = 158+174+177=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 177 - color contains mainly: blue. Hex color #9EAEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAEB1 is #61514E. Grayscale: #A9A9A9. Windows color (decimal): -6377807 or 11644574. OLE color: 11644574.

HSL color Cylindrical-coordinate representation of color #9EAEB1: hue angle of 189.47º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EAEB1 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158174177-
CMYK0.110.0200.31
HSL189.47º10.86%65.69%-
HSV(B)189.47º10.73%69.41%-
XYZ37.1740.7247.49-
YUV169.56132.2119.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.04%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=31.04%
G=34.18%
B=34.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581741770.110.0200.31189.4710.8665.69
Hex9EAEB1B201Fbdb42
Octal23625626113203727513102
Binary1001111010101110101100011011100111111011110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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