#9EA8AE

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

Shades of Gull Grey #9EA8AE

Tints of Gull Grey #9EA8AE

Color information

#9EA8AE (or 0x9EA8AE) is unknown color: approx Gull Grey. HEX triplet: 9E, A8 and AE. RGB value is (158,168,174). Sum of RGB (Red+Green+Blue) = 158+168+174=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: blue. Hex color #9EA8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA8AE is #615751. Grayscale: #A5A5A5. Windows color (decimal): -6379346 or 11446430. OLE color: 11446430.

HSL color Cylindrical-coordinate representation of color #9EA8AE: hue angle of 202.5º degrees, saturation: 0.09, 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 #9EA8AE is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158168174-
CMYK0.090.0300.32
HSL202.5º8.99%65.1%-
HSV(B)202.5º9.2%68.24%-
XYZ35.7438.3345.56-
YUV165.69132.69122.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.6%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=31.6%
G=33.6%
B=34.8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581681740.090.0300.32202.58.9965.1
Hex9EA8AE93020ca941
Octal23625025611304031211101
Binary10011110101010001010111010011101000001100101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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