Html Css Color HEX #9EAAB1 Gull Grey

📋 copy color: '#9EAAB1'

red 158 ◦ green 170 ◦ blue 177

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

Shades of Gull Grey #9EAAB1

Tints of Gull Grey #9EAAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.05%

R = 31.29%
G = 33.66%
B = 35.05%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9EAAB1 (or 0x9EAAB1) is known color: Gull Grey. HEX triplet: 9E, AA and B1. RGB value is (158,170,177). Sum of RGB (Red+Green+Blue) = 158+170+177=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #9EAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAAB1 is #61554E. Grayscale: #A7A7A7. Windows color (decimal): -6378831 or 11643550. OLE color: 11643550.

HSL color Cylindrical-coordinate representation of color #9EAAB1: hue angle of 202.11º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EAAB1 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 170 177 -
CMYK 0.11 0.04 0 0.31
HSL 202.11º 0.11% 0.66% -
HSV(B) 202.11º 0.11% 0.69% -
XYZ 36.41 39.19 47.24 -
YUV 167.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 158 170 177 0.11 0.04 0 0.31 202.11 0.11 0.66
Hex 9E AA B1 B 4 0 1F CA B 42
Octal 236 252 261 13 4 0 37 312 13 102
Binary 10011110 10101010 10110001 1011 100 0 11111 11001010 1011 1000010

Color Harmonies of #9EAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAAB1

Black with #9EAAB1

Text Example


Text Example

White with #9EAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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