#8DA7BF

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

Shades of Nepal #8DA7BF

Tints of Nepal #8DA7BF

Color information

#8DA7BF (or 0x8DA7BF) is unknown color: approx Nepal. HEX triplet: 8D, A7 and BF. RGB value is (141,167,191). Sum of RGB (Red+Green+Blue) = 141+167+191=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #8DA7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7BF is #725840. Grayscale: #A1A1A1. Windows color (decimal): -7493697 or 12560269. OLE color: 12560269.

HSL color Cylindrical-coordinate representation of color #8DA7BF: hue angle of 208.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DA7BF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141167191-
CMYK0.260.1300.25
HSL208.8º28.09%65.1%-
HSV(B)208.8º26.18%74.9%-
XYZ34.2137.0654.64-
YUV161.96144.39113.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.26%
GREEN value IS 167 (65.62% from 255) = 33.47%
BLUE value IS 191 (75% from 255) = 38.28%
R=28.26%
G=33.47%
B=38.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411671910.260.1300.25208.828.0965.1
Hex8DA7BF1AD019d11c41
Octal215247277321503132134101
Binary10001101101001111011111111010110101100111010001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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