Html Css Color HEX #9EADB1 Gull Grey

📋 copy color: '#9EADB1'

red 158 ◦ green 173 ◦ blue 177

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

Shades of Gull Grey #9EADB1

Tints of Gull Grey #9EADB1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.06%

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

R = 31.1%
G = 34.06%
B = 34.84%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9EADB1 (or 0x9EADB1) is known color: Gull Grey. HEX triplet: 9E, AD and B1. RGB value is (158,173,177). Sum of RGB (Red+Green+Blue) = 158+173+177=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 177 - color contains mainly: blue. Hex color #9EADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADB1 is #61524E. Grayscale: #A8A8A8. Windows color (decimal): -6378063 or 11644318. OLE color: 11644318.

HSL color Cylindrical-coordinate representation of color #9EADB1: hue angle of 192.63º 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 #9EADB1 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 173 177 -
CMYK 0.11 0.02 0 0.31
HSL 192.63º 0.11% 0.66% -
HSV(B) 192.63º 0.11% 0.69% -
XYZ 36.98 40.33 47.43 -
YUV 168.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 158 173 177 0.11 0.02 0 0.31 192.63 0.11 0.66
Hex 9E AD B1 B 2 0 1F C1 B 42
Octal 236 255 261 13 2 0 37 301 13 102
Binary 10011110 10101101 10110001 1011 10 0 11111 11000001 1011 1000010

Color Harmonies of #9EADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADB1

Black with #9EADB1

Text Example


Text Example

White with #9EADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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