Html Css Color HEX #9DADAB Hit Grey

📋 copy color: '#9DADAB'

red 157 ◦ green 173 ◦ blue 171

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

Shades of Hit Grey #9DADAB

Tints of Hit Grey #9DADAB

RGB

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

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

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

R = 31.34%
G = 34.53%
B = 34.13%

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

#9DADAB (or 0x9DADAB) is known color: Hit Grey. HEX triplet: 9D, AD and AB. RGB value is (157,173,171). Sum of RGB (Red+Green+Blue) = 157+173+171=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 173 - color contains mainly: green. Hex color #9DADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DADAB is #625254. Grayscale: #A7A7A7. Windows color (decimal): -6443605 or 11251101. OLE color: 11251101.

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

Color convert

RGB 157 173 171 -
CMYK 0.09 0 0.01 0.32
HSL 172.5º 0.09% 0.65% -
HSV(B) 172.5º 0.09% 0.68% -
XYZ 36.2 40 44.34 -
YUV 167.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 157 173 171 0.09 0 0.01 0.32 172.5 0.09 0.65
Hex 9D AD AB 9 0 1 20 AC 9 41
Octal 235 255 253 11 0 1 40 254 11 101
Binary 10011101 10101101 10101011 1001 0 1 100000 10101100 1001 1000001

Color Harmonies of #9DADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DADAB

Black with #9DADAB

Text Example


Text Example

White with #9DADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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