Html Css Color HEX #9DABAC Hit Grey

📋 copy color: '#9DABAC'

red 157 ◦ green 171 ◦ blue 172

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

Shades of Hit Grey #9DABAC

Tints of Hit Grey #9DABAC

RGB

 RED value IS 157 (61.72% from 255) = 31.4%

 GREEN value IS 171 (67.19% from 255) = 34.2%

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 31.4%
G = 34.2%
B = 34.4%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9DABAC (or 0x9DABAC) is known color: Hit Grey. HEX triplet: 9D, AB and AC. RGB value is (157,171,172). Sum of RGB (Red+Green+Blue) = 157+171+172=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 172 - color contains mainly: blue. Hex color #9DABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DABAC is #625453. Grayscale: #A6A6A6. Windows color (decimal): -6444116 or 11316125. OLE color: 11316125.

HSL color Cylindrical-coordinate representation of color #9DABAC: hue angle of 184º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DABAC is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 171 172 -
CMYK 0.09 0.01 0 0.33
HSL 184º 0.08% 0.65% -
HSV(B) 184º 0.09% 0.67% -
XYZ 35.91 39.27 44.72 -
YUV 166.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 157 171 172 0.09 0.01 0 0.33 184 0.08 0.65
Hex 9D AB AC 9 1 0 21 B8 8 41
Octal 235 253 254 11 1 0 41 270 10 101
Binary 10011101 10101011 10101100 1001 1 0 100001 10111000 1000 1000001

Color Harmonies of #9DABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DABAC

Black with #9DABAC

Text Example


Text Example

White with #9DABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,171,172); }

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

background-color css

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

 a { background-color: rgb(157,171,172); }

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

border-color css

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

 span { border-color: rgb(157,171,172); }

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