#8DA7BB

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

Shades of Nepal #8DA7BB

Tints of Nepal #8DA7BB

Color information

#8DA7BB (or 0x8DA7BB) is unknown color: approx Nepal. HEX triplet: 8D, A7 and BB. RGB value is (141,167,187). Sum of RGB (Red+Green+Blue) = 141+167+187=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DA7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7BB is #725844. Grayscale: #A1A1A1. Windows color (decimal): -7493701 or 12298125. OLE color: 12298125.

HSL color Cylindrical-coordinate representation of color #8DA7BB: hue angle of 206.09º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DA7BB is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141167187-
CMYK0.250.1100.27
HSL206.09º25.27%64.31%-
HSV(B)206.09º24.6%73.33%-
XYZ33.7736.8952.35-
YUV161.51142.39113.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.48%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=28.48%
G=33.74%
B=37.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411671870.250.1100.27206.0925.2764.31
Hex8DA7BB19B01Bce1940
Octal215247273311303331631100
Binary10001101101001111011101111001101101101111001110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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