Html Css Color HEX #9EADAC Hit Grey

📋 copy color: '#9EADAC'

red 158 ◦ green 173 ◦ blue 172

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

Shades of Hit Grey #9EADAC

Tints of Hit Grey #9EADAC

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 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

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

RGB 158 173 172 -
CMYK 0.09 0 0.01 0.32
HSL 176º 0.08% 0.65% -
HSV(B) 176º 0.09% 0.68% -
XYZ 36.49 40.13 44.85 -
YUV 168.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 158 173 172 0.09 0 0.01 0.32 176 0.08 0.65
Hex 9E AD AC 9 0 1 20 B0 8 41
Octal 236 255 254 11 0 1 40 260 10 101
Binary 10011110 10101101 10101100 1001 0 1 100000 10110000 1000 1000001

Color Harmonies of #9EADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADAC

Black with #9EADAC

Text Example


Text Example

White with #9EADAC

Text Example


Text Example

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