#8EAAB7

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

Shades of Nepal #8EAAB7

Tints of Nepal #8EAAB7

Color information

#8EAAB7 (or 0x8EAAB7) is unknown color: approx Nepal. HEX triplet: 8E, AA and B7. RGB value is (142,170,183). Sum of RGB (Red+Green+Blue) = 142+170+183=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 183 - color contains mainly: blue. Hex color #8EAAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAAB7 is #715548. Grayscale: #A3A3A3. Windows color (decimal): -7427401 or 12036750. OLE color: 12036750.

HSL color Cylindrical-coordinate representation of color #8EAAB7: hue angle of 199.02º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8EAAB7 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB142170183-
CMYK0.220.0700.28
HSL199.02º22.16%63.73%-
HSV(B)199.02º22.4%71.76%-
XYZ34.0837.9250.32-
YUV163.11139.22112.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.69%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 183 (71.88% from 255) = 36.97%
R=28.69%
G=34.34%
B=36.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1421701830.220.0700.28199.0222.1663.73
Hex8EAAB716701Cc71640
Octal21625226726703430726100
Binary1000111010101010101101111011011101110011000111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,183); }

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

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

 a { background-color: rgb(142,170,183); }

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

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

 span { border-color: rgb(142,170,183); }

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