#9EADAE

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

Shades of Gull Grey #9EADAE

Tints of Gull Grey #9EADAE

Color information

#9EADAE (or 0x9EADAE) is unknown color: approx Gull Grey. HEX triplet: 9E, AD and AE. RGB value is (158,173,174). Sum of RGB (Red+Green+Blue) = 158+173+174=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 174 - color contains mainly: blue. Hex color #9EADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADAE is #615251. Grayscale: #A8A8A8. Windows color (decimal): -6378066 or 11447710. OLE color: 11447710.

HSL color Cylindrical-coordinate representation of color #9EADAE: hue angle of 183.75º 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 #9EADAE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158173174-
CMYK0.090.0100.32
HSL183.75º8.99%65.1%-
HSV(B)183.75º9.2%68.24%-
XYZ36.6840.2145.87-
YUV168.63131.03120.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=31.29%
G=34.26%
B=34.46%

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
Decimal1581731740.090.0100.32183.758.9965.1
Hex9EADAE91020b8941
Octal23625525611104027011101
Binary1001111010101101101011101001101000001011100010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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