Html Css Color HEX #9EADAD Hit Grey

📋 copy color: '#9EADAD'

red 158 ◦ green 173 ◦ blue 173

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

Shades of Hit Grey #9EADAD

Tints of Hit Grey #9EADAD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.33%

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 31.35%
G = 34.33%
B = 34.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9EADAD (or 0x9EADAD) is known color: Hit Grey. HEX triplet: 9E, AD and AD. RGB value is (158,173,173). Sum of RGB (Red+Green+Blue) = 158+173+173=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #9EADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADAD is #615252. Grayscale: #A8A8A8. Windows color (decimal): -6378067 or 11382174. OLE color: 11382174.

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

Color convert

RGB 158 173 173 -
CMYK 0.09 0 0 0.32
HSL 180º 0.08% 0.65% -
HSV(B) 180º 0.09% 0.68% -
XYZ 36.59 40.17 45.36 -
YUV 168.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 158 173 173 0.09 0 0 0.32 180 0.08 0.65
Hex 9E AD AD 9 0 0 20 B4 8 41
Octal 236 255 255 11 0 0 40 264 10 101
Binary 10011110 10101101 10101101 1001 0 0 100000 10110100 1000 1000001

Color Harmonies of #9EADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADAD

Black with #9EADAD

Text Example


Text Example

White with #9EADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EADAD;
 }
 .AnyTagClassName
 {
   color: #9EADAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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