#9FABB5

Color #9FABB5 Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #9FABB5

Tints of Nepal #9FABB5

Color information

#9FABB5 (or 0x9FABB5) is unknown color: approx Nepal. HEX triplet: 9F, AB and B5. RGB value is (159,171,181). Sum of RGB (Red+Green+Blue) = 159+171+181=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 181 - color contains mainly: blue. Hex color #9FABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABB5 is #60544A. Grayscale: #A8A8A8. Windows color (decimal): -6313035 or 11905951. OLE color: 11905951.

HSL color Cylindrical-coordinate representation of color #9FABB5: hue angle of 207.27º 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 #9FABB5 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB159171181-
CMYK0.120.0600.29
HSL207.27º12.94%66.67%-
HSV(B)207.27º12.15%70.98%-
XYZ37.239.8349.44-
YUV168.55135.02121.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 181 (71.09% from 255) = 35.42%
R=31.12%
G=33.46%
B=35.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591711810.120.0600.29207.2712.9466.67
Hex9FABB5C601Dcfd43
Octal23725326514603531715103
Binary10011111101010111011010111001100111011100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FABB5;
 }
 .AnyTagClassName
 {
   color: #9FABB5;
 }
</style>
background-color css

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

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

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

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

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

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