#9DADBA

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

Shades of Nepal #9DADBA

Tints of Nepal #9DADBA

Color information

#9DADBA (or 0x9DADBA) is unknown color: approx Nepal. HEX triplet: 9D, AD and BA. RGB value is (157,173,186). Sum of RGB (Red+Green+Blue) = 157+173+186=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DADBA is #625245. Grayscale: #A9A9A9. Windows color (decimal): -6443590 or 12234141. OLE color: 12234141.

HSL color Cylindrical-coordinate representation of color #9DADBA: hue angle of 206.9º 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 #9DADBA is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157173186-
CMYK0.160.0700.27
HSL206.9º17.37%67.25%-
HSV(B)206.9º15.59%72.94%-
XYZ37.7140.652.3-
YUV169.7137.2118.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.43%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=30.43%
G=33.53%
B=36.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571731860.160.0700.27206.917.3767.25
Hex9DADBA10701Bcf1143
Octal23525527220703331721103
Binary1001110110101101101110101000011101101111001111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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