#8DADC5

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

Shades of Nepal #8DADC5

Tints of Nepal #8DADC5

Color information

#8DADC5 (or 0x8DADC5) is unknown color: approx Nepal. HEX triplet: 8D, AD and C5. RGB value is (141,173,197). Sum of RGB (Red+Green+Blue) = 141+173+197=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 197 - color contains mainly: blue. Hex color #8DADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADC5 is #72523A. Grayscale: #A6A6A6. Windows color (decimal): -7492155 or 12955021. OLE color: 12955021.

HSL color Cylindrical-coordinate representation of color #8DADC5: hue angle of 205.71º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DADC5 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB141173197-
CMYK0.280.1200.23
HSL205.71º32.56%66.27%-
HSV(B)205.71º28.43%77.25%-
XYZ36.0139.5858.57-
YUV166.17145.4110.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.59%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 197 (77.34% from 255) = 38.55%
R=27.59%
G=33.86%
B=38.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411731970.280.1200.23205.7132.5666.27
Hex8DADC51CC017ce2142
Octal215255305341402731641102
Binary100011011010110111000101111001100010111110011101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,173,197); }

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

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

 a { background-color: rgb(141,173,197); }

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

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

 span { border-color: rgb(141,173,197); }

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