Html Css Color HEX #9EAAAB Gull Grey

📋 copy color: '#9EAAAB'

red 158 ◦ green 170 ◦ blue 171

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

Shades of Gull Grey #9EAAAB

Tints of Gull Grey #9EAAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.07%

 BLUE value IS 171 (67.19% from 255) = 34.27%

R = 31.66%
G = 34.07%
B = 34.27%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9EAAAB (or 0x9EAAAB) is known color: Gull Grey. HEX triplet: 9E, AA and AB. RGB value is (158,170,171). Sum of RGB (Red+Green+Blue) = 158+170+171=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 171 - color contains mainly: blue. Hex color #9EAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAAAB is #615554. Grayscale: #A6A6A6. Windows color (decimal): -6378837 or 11250334. OLE color: 11250334.

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

Color convert

RGB 158 170 171 -
CMYK 0.08 0.01 0 0.33
HSL 184.62º 0.07% 0.65% -
HSV(B) 184.62º 0.08% 0.67% -
XYZ 35.83 38.96 44.16 -
YUV 166.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 158 170 171 0.08 0.01 0 0.33 184.62 0.07 0.65
Hex 9E AA AB 8 1 0 21 B9 7 41
Octal 236 252 253 10 1 0 41 271 7 101
Binary 10011110 10101010 10101011 1000 1 0 100001 10111001 111 1000001

Color Harmonies of #9EAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAAAB

Black with #9EAAAB

Text Example


Text Example

White with #9EAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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