Html Css Color HEX #9EADAB Hit Grey

📋 copy color: '#9EADAB'

red 158 ◦ green 173 ◦ blue 171

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

Shades of Hit Grey #9EADAB

Tints of Hit Grey #9EADAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 31.47%
G = 34.46%
B = 34.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#9EADAB (or 0x9EADAB) is known color: Hit Grey. HEX triplet: 9E, AD and AB. RGB value is (158,173,171). Sum of RGB (Red+Green+Blue) = 158+173+171=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 173 - color contains mainly: green. Hex color #9EADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADAB is #615254. Grayscale: #A8A8A8. Windows color (decimal): -6378069 or 11251102. OLE color: 11251102.

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

Color convert

RGB 158 173 171 -
CMYK 0.09 0 0.01 0.32
HSL 172º 0.08% 0.65% -
HSV(B) 172º 0.09% 0.68% -
XYZ 36.39 40.1 44.35 -
YUV 168.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 158 173 171 0.09 0 0.01 0.32 172 0.08 0.65
Hex 9E AD AB 9 0 1 20 AC 8 41
Octal 236 255 253 11 0 1 40 254 10 101
Binary 10011110 10101101 10101011 1001 0 1 100000 10101100 1000 1000001

Color Harmonies of #9EADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADAB

Black with #9EADAB

Text Example


Text Example

White with #9EADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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