Html Css Color HEX #9EA8AA Gull Grey

📋 copy color: '#9EA8AA'

red 158 ◦ green 168 ◦ blue 170

#9EA8AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gull Grey #9EA8AA

Tints of Gull Grey #9EA8AA

RGB

 RED value IS 158 (62.11% from 255) = 31.85%

 GREEN value IS 168 (66.02% from 255) = 33.87%

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 31.85%
G = 33.87%
B = 34.27%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9EA8AA (or 0x9EA8AA) is known color: Gull Grey. HEX triplet: 9E, A8 and AA. RGB value is (158,168,170). Sum of RGB (Red+Green+Blue) = 158+168+170=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 170 - color contains mainly: blue. Hex color #9EA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA8AA is #615755. Grayscale: #A5A5A5. Windows color (decimal): -6379350 or 11184286. OLE color: 11184286.

HSL color Cylindrical-coordinate representation of color #9EA8AA: hue angle of 190º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9EA8AA is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 168 170 -
CMYK 0.07 0.01 0 0.33
HSL 190º 0.07% 0.64% -
HSV(B) 190º 0.07% 0.67% -
XYZ 35.36 38.18 43.54 -
YUV 165.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 158 168 170 0.07 0.01 0 0.33 190 0.07 0.64
Hex 9E A8 AA 7 1 0 21 BE 7 40
Octal 236 250 252 7 1 0 41 276 7 100
Binary 10011110 10101000 10101010 111 1 0 100001 10111110 111 1000000

Color Harmonies of #9EA8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA8AA

Black with #9EA8AA

Text Example


Text Example

White with #9EA8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA8AA;
 }
 .AnyTagClassName
 {
   color: #9EA8AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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