#8EAABB

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

Shades of Nepal #8EAABB

Tints of Nepal #8EAABB

Color information

#8EAABB (or 0x8EAABB) is unknown color: approx Nepal. HEX triplet: 8E, AA and BB. RGB value is (142,170,187). Sum of RGB (Red+Green+Blue) = 142+170+187=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAABB is #715544. Grayscale: #A3A3A3. Windows color (decimal): -7427397 or 12298894. OLE color: 12298894.

HSL color Cylindrical-coordinate representation of color #8EAABB: hue angle of 202.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EAABB is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142170187-
CMYK0.240.0900.27
HSL202.67º24.86%64.51%-
HSV(B)202.67º24.06%73.33%-
XYZ34.538.0952.55-
YUV163.57141.22112.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=28.46%
G=34.07%
B=37.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421701870.240.0900.27202.6724.8664.51
Hex8EAABB18901Bcb1941
Octal216252273301103331331101
Binary10001110101010101011101111000100101101111001011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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