Html Css Color HEX #9EAAAD Gull Grey

📋 copy color: '#9EAAAD'

red 158 ◦ green 170 ◦ blue 173

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

Shades of Gull Grey #9EAAAD

Tints of Gull Grey #9EAAAD

RGB

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

 GREEN value IS 170 (66.8% 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 value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9EAAAD (or 0x9EAAAD) is known color: 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

RGB 158 170 173 -
CMYK 0.09 0.02 0 0.32
HSL 192º 0.08% 0.65% -
HSV(B) 192º 0.09% 0.68% -
XYZ 36.02 39.04 45.17 -
YUV 166.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 158 170 173 0.09 0.02 0 0.32 192 0.08 0.65
Hex 9E AA AD 9 2 0 20 C0 8 41
Octal 236 252 255 11 2 0 40 300 10 101
Binary 10011110 10101010 10101101 1001 10 0 100000 11000000 1000 1000001

Color Harmonies of #9EAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAAAD

Black with #9EAAAD

Text Example


Text Example

White with #9EAAAD

Text Example


Text Example

HTML Codes & Css Web 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>