#8DB2C1

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

Shades of Nepal #8DB2C1

Tints of Nepal #8DB2C1

Color information

#8DB2C1 (or 0x8DB2C1) is unknown color: approx Nepal. HEX triplet: 8D, B2 and C1. RGB value is (141,178,193). Sum of RGB (Red+Green+Blue) = 141+178+193=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #8DB2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB2C1 is #724D3E. Grayscale: #A8A8A8. Windows color (decimal): -7490879 or 12694157. OLE color: 12694157.

HSL color Cylindrical-coordinate representation of color #8DB2C1: hue angle of 197.31º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DB2C1 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB141178193-
CMYK0.270.0800.24
HSL197.31º29.55%65.49%-
HSV(B)197.31º26.94%75.69%-
XYZ36.5341.3556.51-
YUV168.65141.74108.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.54%
GREEN value IS 178 (69.92% from 255) = 34.77%
BLUE value IS 193 (75.78% from 255) = 37.70%
R=27.54%
G=34.77%
B=37.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411781930.270.0800.24197.3129.5565.49
Hex8DB2C11B8018c51e41
Octal215262301331003030536101
Binary10001101101100101100000111011100001100011000101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,178,193); }

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

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

 a { background-color: rgb(141,178,193); }

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

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

 span { border-color: rgb(141,178,193); }

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