#9DABB6

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

Shades of Nepal #9DABB6

Tints of Nepal #9DABB6

Color information

#9DABB6 (or 0x9DABB6) is unknown color: approx Nepal. HEX triplet: 9D, AB and B6. RGB value is (157,171,182). Sum of RGB (Red+Green+Blue) = 157+171+182=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 182 - color contains mainly: blue. Hex color #9DABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DABB6 is #625449. Grayscale: #A8A8A8. Windows color (decimal): -6444106 or 11971485. OLE color: 11971485.

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

Color convert

RGB157171182-
CMYK0.140.0600.29
HSL206.4º14.62%66.47%-
HSV(B)206.4º13.74%71.37%-
XYZ36.9139.6749.97-
YUV168.07135.86120.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.78%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 182 (71.48% from 255) = 35.69%
R=30.78%
G=33.53%
B=35.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571711820.140.0600.29206.414.6266.47
Hex9DABB6E601Dcef42
Octal23525326616603531617102
Binary10011101101010111011011011101100111011100111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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