#8DA9BC

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

Shades of Nepal #8DA9BC

Tints of Nepal #8DA9BC

Color information

#8DA9BC (or 0x8DA9BC) is unknown color: approx Nepal. HEX triplet: 8D, A9 and BC. RGB value is (141,169,188). Sum of RGB (Red+Green+Blue) = 141+169+188=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DA9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9BC is #725643. Grayscale: #A2A2A2. Windows color (decimal): -7493188 or 12364173. OLE color: 12364173.

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

Color convert

RGB141169188-
CMYK0.250.1000.26
HSL204.26º25.97%64.51%-
HSV(B)204.26º25%73.73%-
XYZ34.2537.6753.04-
YUV162.79142.22112.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.31%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=28.31%
G=33.94%
B=37.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411691880.250.1000.26204.2625.9764.51
Hex8DA9BC19A01Acc1a41
Octal215251274311203231432101
Binary10001101101010011011110011001101001101011001100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,169,188); }

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

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

 a { background-color: rgb(141,169,188); }

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

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

 span { border-color: rgb(141,169,188); }

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