#9EAAAE

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

Shades of Gull Grey #9EAAAE

Tints of Gull Grey #9EAAAE

Color information

#9EAAAE (or 0x9EAAAE) is unknown color: approx Gull Grey. HEX triplet: 9E, AA and AE. RGB value is (158,170,174). Sum of RGB (Red+Green+Blue) = 158+170+174=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: blue. Hex color #9EAAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAAAE is #615551. Grayscale: #A6A6A6. Windows color (decimal): -6378834 or 11446942. OLE color: 11446942.

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

Color convert

RGB158170174-
CMYK0.090.0200.32
HSL195º8.99%65.1%-
HSV(B)195º9.2%68.24%-
XYZ36.1239.0745.68-
YUV166.87132.02121.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.47%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=31.47%
G=33.86%
B=34.66%

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
Decimal1581701740.090.0200.321958.9965.1
Hex9EAAAE92020c3941
Octal23625225611204030311101
Binary10011110101010101010111010011001000001100001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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