#9DAEBA

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

Shades of Nepal #9DAEBA

Tints of Nepal #9DAEBA

Color information

#9DAEBA (or 0x9DAEBA) is unknown color: approx Nepal. HEX triplet: 9D, AE and BA. RGB value is (157,174,186). Sum of RGB (Red+Green+Blue) = 157+174+186=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DAEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAEBA is #625145. Grayscale: #AAAAAA. Windows color (decimal): -6443334 or 12234397. OLE color: 12234397.

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

Color convert

RGB157174186-
CMYK0.160.0600.27
HSL204.83º17.37%67.25%-
HSV(B)204.83º15.59%72.94%-
XYZ37.940.9952.37-
YUV170.28136.87118.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=30.37%
G=33.66%
B=35.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571741860.160.0600.27204.8317.3767.25
Hex9DAEBA10601Bcd1143
Octal23525627220603331521103
Binary1001110110101110101110101000011001101111001101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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