#8DB2C7

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

Shades of Nepal #8DB2C7

Tints of Nepal #8DB2C7

Color information

#8DB2C7 (or 0x8DB2C7) is unknown color: approx Nepal. HEX triplet: 8D, B2 and C7. RGB value is (141,178,199). Sum of RGB (Red+Green+Blue) = 141+178+199=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 199 - color contains mainly: blue. Hex color #8DB2C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB2C7 is #724D38. Grayscale: #A9A9A9. Windows color (decimal): -7490873 or 13087373. OLE color: 13087373.

HSL color Cylindrical-coordinate representation of color #8DB2C7: hue angle of 201.72º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DB2C7 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB141178199-
CMYK0.290.1100.22
HSL201.72º34.12%66.67%-
HSV(B)201.72º29.15%78.04%-
XYZ37.2141.6360.11-
YUV169.33144.74107.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.22%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 199 (78.12% from 255) = 38.42%
R=27.22%
G=34.36%
B=38.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411781990.290.1100.22201.7234.1266.67
Hex8DB2C71DB016ca2243
Octal215262307351302631242103
Binary100011011011001011000111111011011010110110010101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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