Html Css Color HEX #9EA8AD Gull Grey

📋 copy color: '#9EA8AD'

red 158 ◦ green 168 ◦ blue 173

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

Shades of Gull Grey #9EA8AD

Tints of Gull Grey #9EA8AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 31.66%
G = 33.67%
B = 34.67%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9EA8AD (or 0x9EA8AD) is known color: Gull Grey. HEX triplet: 9E, A8 and AD. RGB value is (158,168,173). Sum of RGB (Red+Green+Blue) = 158+168+173=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 173 - color contains mainly: blue. Hex color #9EA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA8AD is #615752. Grayscale: #A5A5A5. Windows color (decimal): -6379347 or 11380894. OLE color: 11380894.

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

Color convert

RGB 158 168 173 -
CMYK 0.09 0.03 0 0.32
HSL 200º 0.08% 0.65% -
HSV(B) 200º 0.09% 0.68% -
XYZ 35.65 38.29 45.05 -
YUV 165.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 158 168 173 0.09 0.03 0 0.32 200 0.08 0.65
Hex 9E A8 AD 9 3 0 20 C8 8 41
Octal 236 250 255 11 3 0 40 310 10 101
Binary 10011110 10101000 10101101 1001 11 0 100000 11001000 1000 1000001

Color Harmonies of #9EA8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA8AD

Black with #9EA8AD

Text Example


Text Example

White with #9EA8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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