#9DABBA

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

Shades of Nepal #9DABBA

Tints of Nepal #9DABBA

Color information

#9DABBA (or 0x9DABBA) is unknown color: approx Nepal. HEX triplet: 9D, AB and BA. RGB value is (157,171,186). Sum of RGB (Red+Green+Blue) = 157+171+186=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DABBA is #625445. Grayscale: #A8A8A8. Windows color (decimal): -6444102 or 12233629. OLE color: 12233629.

HSL color Cylindrical-coordinate representation of color #9DABBA: hue angle of 211.03º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DABBA is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157171186-
CMYK0.160.0800.27
HSL211.03º17.37%67.25%-
HSV(B)211.03º15.59%72.94%-
XYZ37.3339.8452.18-
YUV168.52137.86119.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.54%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=30.54%
G=33.27%
B=36.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571711860.160.0800.27211.0317.3767.25
Hex9DABBA10801Bd31143
Octal235253272201003332321103
Binary10011101101010111011101010000100001101111010011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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