#9DAEBC

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

Shades of Nepal #9DAEBC

Tints of Nepal #9DAEBC

Color information

#9DAEBC (or 0x9DAEBC) is unknown color: approx Nepal. HEX triplet: 9D, AE and BC. RGB value is (157,174,188). Sum of RGB (Red+Green+Blue) = 157+174+188=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAEBC is #625143. Grayscale: #AAAAAA. Windows color (decimal): -6443332 or 12365469. OLE color: 12365469.

HSL color Cylindrical-coordinate representation of color #9DAEBC: hue angle of 207.1º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DAEBC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB157174188-
CMYK0.160.0700.26
HSL207.1º18.79%67.65%-
HSV(B)207.1º16.49%73.73%-
XYZ38.1241.0753.5-
YUV170.51137.87118.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.25%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=30.25%
G=33.53%
B=36.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571741880.160.0700.26207.118.7967.65
Hex9DAEBC10701Acf1344
Octal23525627420703231723104
Binary1001110110101110101111001000011101101011001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,174,188); }

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

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

 a { background-color: rgb(157,174,188); }

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

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

 span { border-color: rgb(157,174,188); }

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