#8DACC1

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

Shades of Nepal #8DACC1

Tints of Nepal #8DACC1

Color information

#8DACC1 (or 0x8DACC1) is unknown color: approx Nepal. HEX triplet: 8D, AC and C1. RGB value is (141,172,193). Sum of RGB (Red+Green+Blue) = 141+172+193=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #8DACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACC1 is #72533E. Grayscale: #A5A5A5. Windows color (decimal): -7492415 or 12692621. OLE color: 12692621.

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

Color convert

RGB141172193-
CMYK0.270.1100.24
HSL204.23º29.55%65.49%-
HSV(B)204.23º26.94%75.69%-
XYZ35.3639.0256.12-
YUV165.12143.73110.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.87%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=27.87%
G=33.99%
B=38.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411721930.270.1100.24204.2329.5565.49
Hex8DACC11BB018cc1e41
Octal215254301331303031436101
Binary10001101101011001100000111011101101100011001100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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