#9EADAC

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

Shades of Hit Grey #9EADAC

Tints of Hit Grey #9EADAC

Color information

#9EADAC (or 0x9EADAC) is unknown color: approx Hit Grey. HEX triplet: 9E, AD and AC. RGB value is (158,173,172). Sum of RGB (Red+Green+Blue) = 158+173+172=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 173 - color contains mainly: green. Hex color #9EADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADAC is #615253. Grayscale: #A8A8A8. Windows color (decimal): -6378068 or 11316638. OLE color: 11316638.

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

Color convert

RGB158173172-
CMYK0.0900.010.32
HSL176º8.38%64.9%-
HSV(B)176º8.67%67.84%-
XYZ36.4940.1344.85-
YUV168.4130.03120.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.41%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=31.41%
G=34.39%
B=34.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581731720.0900.010.321768.3864.9
Hex9EADAC90120b0841
Octal23625525411014026010101
Binary1001111010101101101011001001011000001011000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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