#9EACAE

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

Shades of Gull Grey #9EACAE

Tints of Gull Grey #9EACAE

Color information

#9EACAE (or 0x9EACAE) is unknown color: approx Gull Grey. HEX triplet: 9E, AC and AE. RGB value is (158,172,174). Sum of RGB (Red+Green+Blue) = 158+172+174=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 174 - color contains mainly: blue. Hex color #9EACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EACAE is #615351. Grayscale: #A8A8A8. Windows color (decimal): -6378322 or 11447454. OLE color: 11447454.

HSL color Cylindrical-coordinate representation of color #9EACAE: hue angle of 187.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EACAE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158172174-
CMYK0.090.0100.32
HSL187.5º8.99%65.1%-
HSV(B)187.5º9.2%68.24%-
XYZ36.4939.8345.81-
YUV168.04131.36120.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=31.35%
G=34.13%
B=34.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581721740.090.0100.32187.58.9965.1
Hex9EACAE91020bb941
Octal23625425611104027311101
Binary1001111010101100101011101001101000001011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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