Html Css Color HEX #9FAAB5 Nepal

📋 copy color: '#9FAAB5'

red 159 ◦ green 170 ◦ blue 181

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

Shades of Nepal #9FAAB5

Tints of Nepal #9FAAB5

RGB

 RED value IS 159 (62.5% from 255) = 31.18%

 GREEN value IS 170 (66.8% from 255) = 33.33%

 BLUE value IS 181 (71.09% from 255) = 35.49%

R = 31.18%
G = 33.33%
B = 35.49%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9FAAB5 (or 0x9FAAB5) is known color: Nepal. HEX triplet: 9F, AA and B5. RGB value is (159,170,181). Sum of RGB (Red+Green+Blue) = 159+170+181=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 181 - color contains mainly: blue. Hex color #9FAAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAAB5 is #60554A. Grayscale: #A7A7A7. Windows color (decimal): -6313291 or 11905695. OLE color: 11905695.

HSL color Cylindrical-coordinate representation of color #9FAAB5: hue angle of 210º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FAAB5 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 170 181 -
CMYK 0.12 0.06 0 0.29
HSL 210º 0.13% 0.67% -
HSV(B) 210º 0.12% 0.71% -
XYZ 37.01 39.46 49.38 -
YUV 167.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 159 170 181 0.12 0.06 0 0.29 210 0.13 0.67
Hex 9F AA B5 C 6 0 1D D2 D 43
Octal 237 252 265 14 6 0 35 322 15 103
Binary 10011111 10101010 10110101 1100 110 0 11101 11010010 1101 1000011

Color Harmonies of #9FAAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAAB5

Black with #9FAAB5

Text Example


Text Example

White with #9FAAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,170,181); }

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

background-color css

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

 a { background-color: rgb(159,170,181); }

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

border-color css

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

 span { border-color: rgb(159,170,181); }

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