#9EADB1

Color #9EADB1 Gull Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gull Grey #9EADB1

Tints of Gull Grey #9EADB1

Color information

#9EADB1 (or 0x9EADB1) is unknown color: approx 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

RGB158173177-
CMYK0.110.0200.31
HSL192.63º10.86%65.69%-
HSV(B)192.63º10.73%69.41%-
XYZ36.9840.3347.43-
YUV168.97132.53120.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=31.10%
G=34.06%
B=34.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581731770.110.0200.31192.6310.8665.69
Hex9EADB1B201Fc1b42
Octal23625526113203730113102
Binary1001111010101101101100011011100111111100000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>