#9EACAF

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

Shades of Gull Grey #9EACAF

Tints of Gull Grey #9EACAF

Color information

#9EACAF (or 0x9EACAF) is unknown color: approx Gull Grey. HEX triplet: 9E, AC and AF. RGB value is (158,172,175). Sum of RGB (Red+Green+Blue) = 158+172+175=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 175 - color contains mainly: blue. Hex color #9EACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EACAF is #615350. Grayscale: #A8A8A8. Windows color (decimal): -6378321 or 11512990. OLE color: 11512990.

HSL color Cylindrical-coordinate representation of color #9EACAF: hue angle of 190.59º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EACAF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158172175-
CMYK0.100.0200.31
HSL190.59º9.6%65.29%-
HSV(B)190.59º9.71%68.63%-
XYZ36.5939.8746.32-
YUV168.16131.86120.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=31.29%
G=34.06%
B=34.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581721750.100.0200.31190.599.665.29
Hex9EACAFA201Fbfa41
Octal23625425712203727712101
Binary1001111010101100101011111010100111111011111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,172,175); }

 H1.HeaderClassName
 {
   color: #9EACAF;
 }
 .AnyTagClassName
 {
   color: #9EACAF;
 }
</style>
background-color css

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

 a { background-color: rgb(158,172,175); }

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

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

 span { border-color: rgb(158,172,175); }

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