#8EADBD

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

Shades of Nepal #8EADBD

Tints of Nepal #8EADBD

Color information

#8EADBD (or 0x8EADBD) is unknown color: approx Nepal. HEX triplet: 8E, AD and BD. RGB value is (142,173,189). Sum of RGB (Red+Green+Blue) = 142+173+189=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADBD is #715242. Grayscale: #A5A5A5. Windows color (decimal): -7426627 or 12430734. OLE color: 12430734.

HSL color Cylindrical-coordinate representation of color #8EADBD: hue angle of 200.43º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EADBD is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142173189-
CMYK0.250.0800.26
HSL200.43º26.26%64.9%-
HSV(B)200.43º24.87%74.12%-
XYZ35.2839.3153.87-
YUV165.55141.23111.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.17%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=28.17%
G=34.33%
B=37.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421731890.250.0800.26200.4326.2664.9
Hex8EADBD19801Ac81a41
Octal216255275311003231032101
Binary10001110101011011011110111001100001101011001000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,173,189); }

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

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

 a { background-color: rgb(142,173,189); }

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

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

 span { border-color: rgb(142,173,189); }

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