Html Css Color HEX #9FACB7 Nepal

📋 copy color: '#9FACB7'

red 159 ◦ green 172 ◦ blue 183

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

Shades of Nepal #9FACB7

Tints of Nepal #9FACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.46%

 BLUE value IS 183 (71.88% from 255) = 35.6%

R = 30.93%
G = 33.46%
B = 35.6%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9FACB7 (or 0x9FACB7) is known color: Nepal. HEX triplet: 9F, AC and B7. RGB value is (159,172,183). Sum of RGB (Red+Green+Blue) = 159+172+183=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 183 - color contains mainly: blue. Hex color #9FACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACB7 is #605348. Grayscale: #A9A9A9. Windows color (decimal): -6312777 or 12037279. OLE color: 12037279.

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

Color convert

RGB 159 172 183 -
CMYK 0.13 0.06 0 0.28
HSL 207.5º 0.14% 0.67% -
HSV(B) 207.5º 0.13% 0.72% -
XYZ 37.6 40.29 50.6 -
YUV 169.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 159 172 183 0.13 0.06 0 0.28 207.5 0.14 0.67
Hex 9F AC B7 D 6 0 1C D0 E 43
Octal 237 254 267 15 6 0 34 320 16 103
Binary 10011111 10101100 10110111 1101 110 0 11100 11010000 1110 1000011

Color Harmonies of #9FACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FACB7

Black with #9FACB7

Text Example


Text Example

White with #9FACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,172,183); }

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

background-color css

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

 a { background-color: rgb(159,172,183); }

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

border-color css

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

 span { border-color: rgb(159,172,183); }

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