Html Css Color HEX #96AEAD Hit Grey

📋 copy color: '#96AEAD'

red 150 ◦ green 174 ◦ blue 173

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

Shades of Hit Grey #96AEAD

Tints of Hit Grey #96AEAD

RGB

 RED value IS 150 (58.98% from 255) = 30.18%

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

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

R = 30.18%
G = 35.01%
B = 34.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#96AEAD (or 0x96AEAD) is known color: Hit Grey. HEX triplet: 96, AE and AD. RGB value is (150,174,173). Sum of RGB (Red+Green+Blue) = 150+174+173=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 174 - color contains mainly: green. Hex color #96AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEAD is #695152. Grayscale: #A6A6A6. Windows color (decimal): -6902099 or 11382422. OLE color: 11382422.

HSL color Cylindrical-coordinate representation of color #96AEAD: hue angle of 177.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96AEAD is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 174 173 -
CMYK 0.14 0 0.01 0.32
HSL 177.5º 0.13% 0.64% -
HSV(B) 177.5º 0.14% 0.68% -
XYZ 35.26 39.77 45.35 -
YUV 166.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 150 174 173 0.14 0 0.01 0.32 177.5 0.13 0.64
Hex 96 AE AD E 0 1 20 B2 D 40
Octal 226 256 255 16 0 1 40 262 15 100
Binary 10010110 10101110 10101101 1110 0 1 100000 10110010 1101 1000000

Color Harmonies of #96AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AEAD

Black with #96AEAD

Text Example


Text Example

White with #96AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96AEAD; }

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

 H1.HeaderClassName
 {
   color: #96AEAD;
 }
 .AnyTagClassName
 {
   color: #96AEAD;
 }
</style>

background-color css

<style>
 a { background-color: #96AEAD; }

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

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

border-color css

<style>
 span { border-color: #96AEAD; }

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

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