#8DB1C7

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

Shades of Nepal #8DB1C7

Tints of Nepal #8DB1C7

Color information

#8DB1C7 (or 0x8DB1C7) is unknown color: approx Nepal. HEX triplet: 8D, B1 and C7. RGB value is (141,177,199). Sum of RGB (Red+Green+Blue) = 141+177+199=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 199 - color contains mainly: blue. Hex color #8DB1C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB1C7 is #724E38. Grayscale: #A8A8A8. Windows color (decimal): -7491129 or 13087117. OLE color: 13087117.

HSL color Cylindrical-coordinate representation of color #8DB1C7: hue angle of 202.76º 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 #8DB1C7 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB141177199-
CMYK0.290.1100.22
HSL202.76º34.12%66.67%-
HSV(B)202.76º29.15%78.04%-
XYZ37.0241.2360.04-
YUV168.74145.07108.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.27%
GREEN value IS 177 (69.53% from 255) = 34.24%
BLUE value IS 199 (78.12% from 255) = 38.49%
R=27.27%
G=34.24%
B=38.49%

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
Decimal1411771990.290.1100.22202.7634.1266.67
Hex8DB1C71DB016cb2243
Octal215261307351302631342103
Binary100011011011000111000111111011011010110110010111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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