#9EAAAD

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

Shades of Gull Grey #9EAAAD

Tints of Gull Grey #9EAAAD

Color information

#9EAAAD (or 0x9EAAAD) is unknown color: approx Gull Grey. HEX triplet: 9E, AA and AD. RGB value is (158,170,173). Sum of RGB (Red+Green+Blue) = 158+170+173=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 173 - color contains mainly: blue. Hex color #9EAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAAAD is #615552. Grayscale: #A6A6A6. Windows color (decimal): -6378835 or 11381406. OLE color: 11381406.

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

Color convert

RGB158170173-
CMYK0.090.0200.32
HSL192º8.38%64.9%-
HSV(B)192º8.67%67.84%-
XYZ36.0239.0445.17-
YUV166.75131.52121.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.54%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=31.54%
G=33.93%
B=34.53%

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
Decimal1581701730.090.0200.321928.3864.9
Hex9EAAAD92020c0841
Octal23625225511204030010101
Binary10011110101010101010110110011001000001100000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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