Html Css Color HEX #9EAEAD Hit Grey

📋 copy color: '#9EAEAD'

red 158 ◦ green 174 ◦ blue 173

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

Shades of Hit Grey #9EAEAD

Tints of Hit Grey #9EAEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.46%

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

R = 31.29%
G = 34.46%
B = 34.26%

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

#9EAEAD (or 0x9EAEAD) is known color: Hit Grey. HEX triplet: 9E, AE and AD. RGB value is (158,174,173). Sum of RGB (Red+Green+Blue) = 158+174+173=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAEAD is #615152. Grayscale: #A9A9A9. Windows color (decimal): -6377811 or 11382430. OLE color: 11382430.

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

Color convert

RGB 158 174 173 -
CMYK 0.09 0 0.01 0.32
HSL 176.25º 0.09% 0.65% -
HSV(B) 176.25º 0.09% 0.68% -
XYZ 36.78 40.56 45.43 -
YUV 169.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 158 174 173 0.09 0 0.01 0.32 176.25 0.09 0.65
Hex 9E AE AD 9 0 1 20 B0 9 41
Octal 236 256 255 11 0 1 40 260 11 101
Binary 10011110 10101110 10101101 1001 0 1 100000 10110000 1001 1000001

Color Harmonies of #9EAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEAD

Black with #9EAEAD

Text Example


Text Example

White with #9EAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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