#9EAFAF

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

Shades of Hit Grey #9EAFAF

Tints of Hit Grey #9EAFAF

Color information

#9EAFAF (or 0x9EAFAF) is unknown color: approx Hit Grey. HEX triplet: 9E, AF and AF. RGB value is (158,175,175). Sum of RGB (Red+Green+Blue) = 158+175+175=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #9EAFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAFAF is #615050. Grayscale: #A9A9A9. Windows color (decimal): -6377553 or 11513758. OLE color: 11513758.

HSL color Cylindrical-coordinate representation of color #9EAFAF: hue angle of 180º 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 #9EAFAF is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158175175-
CMYK0.10000.31
HSL180º9.6%65.29%-
HSV(B)180º9.71%68.63%-
XYZ37.1741.0246.52-
YUV169.92130.87119.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=31.10%
G=34.45%
B=34.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581751750.10000.311809.665.29
Hex9EAFAFA001Fb4a41
Octal23625725712003726412101
Binary100111101010111110101111101000111111011010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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