Html Css Color HEX #9EAFAF Hit Grey

📋 copy color: '#9EAFAF'

red 158 ◦ green 175 ◦ blue 175

#9EAFAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Grey #9EAFAF

Tints of Hit Grey #9EAFAF

RGB

 RED value IS 158 (62.11% from 255) = 31.1%

 GREEN value IS 175 (68.75% from 255) = 34.45%

 BLUE value IS 175 (68.75% from 255) = 34.45%

R = 31.1%
G = 34.45%
B = 34.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9EAFAF (or 0x9EAFAF) is known color: 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

RGB 158 175 175 -
CMYK 0.10 0 0 0.31
HSL 180º 0.1% 0.65% -
HSV(B) 180º 0.1% 0.69% -
XYZ 37.17 41.02 46.52 -
YUV 169.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 158 175 175 0.10 0 0 0.31 180 0.1 0.65
Hex 9E AF AF A 0 0 1F B4 A 41
Octal 236 257 257 12 0 0 37 264 12 101
Binary 10011110 10101111 10101111 1010 0 0 11111 10110100 1010 1000001

Color Harmonies of #9EAFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAFAF

Black with #9EAFAF

Text Example


Text Example

White with #9EAFAF

Text Example


Text Example

HTML Codes & Css Web 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>