#8DA7B6

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

Shades of Nepal #8DA7B6

Tints of Nepal #8DA7B6

Color information

#8DA7B6 (or 0x8DA7B6) is unknown color: approx Nepal. HEX triplet: 8D, A7 and B6. RGB value is (141,167,182). Sum of RGB (Red+Green+Blue) = 141+167+182=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #8DA7B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7B6 is #725849. Grayscale: #A0A0A0. Windows color (decimal): -7493706 or 11970445. OLE color: 11970445.

HSL color Cylindrical-coordinate representation of color #8DA7B6: hue angle of 201.95º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DA7B6 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB141167182-
CMYK0.230.0800.29
HSL201.95º21.93%63.33%-
HSV(B)201.95º22.53%71.37%-
XYZ33.2536.6849.58-
YUV160.94139.89113.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.78%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 182 (71.48% from 255) = 37.14%
R=28.78%
G=34.08%
B=37.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411671820.230.0800.29201.9521.9363.33
Hex8DA7B617801Dca163f
Octal21524726627100353122677
Binary1000110110100111101101101011110000111011100101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA7B6; }

 p { color: rgb(141,167,182); }

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

<style>
 a { background-color: #8DA7B6; }

 a { background-color: rgb(141,167,182); }

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

<style>
 span { border-color: #8DA7B6; }

 span { border-color: rgb(141,167,182); }

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