#9DADBF

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

Shades of Nepal #9DADBF

Tints of Nepal #9DADBF

Color information

#9DADBF (or 0x9DADBF) is unknown color: approx Nepal. HEX triplet: 9D, AD and BF. RGB value is (157,173,191). Sum of RGB (Red+Green+Blue) = 157+173+191=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DADBF is #625240. Grayscale: #AAAAAA. Windows color (decimal): -6443585 or 12561821. OLE color: 12561821.

HSL color Cylindrical-coordinate representation of color #9DADBF: hue angle of 211.76º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DADBF is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157173191-
CMYK0.180.0900.25
HSL211.76º20.99%68.24%-
HSV(B)211.76º17.8%74.9%-
XYZ38.2540.8255.15-
YUV170.27139.7118.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.13%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 191 (75% from 255) = 36.66%
R=30.13%
G=33.21%
B=36.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571731910.180.0900.25211.7620.9968.24
Hex9DADBF129019d41544
Octal235255277221103132425104
Binary10011101101011011011111110010100101100111010100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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