#8EABBF

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

Shades of Nepal #8EABBF

Tints of Nepal #8EABBF

Color information

#8EABBF (or 0x8EABBF) is unknown color: approx Nepal. HEX triplet: 8E, AB and BF. RGB value is (142,171,191). Sum of RGB (Red+Green+Blue) = 142+171+191=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABBF is #715440. Grayscale: #A4A4A4. Windows color (decimal): -7427137 or 12561294. OLE color: 12561294.

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

Color convert

RGB142171191-
CMYK0.260.1000.25
HSL204.49º27.68%65.29%-
HSV(B)204.49º25.65%74.9%-
XYZ35.1238.6454.9-
YUV164.61142.89111.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.17%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 191 (75% from 255) = 37.90%
R=28.17%
G=33.93%
B=37.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421711910.260.1000.25204.4927.6865.29
Hex8EABBF1AA019cc1c41
Octal216253277321203131434101
Binary10001110101010111011111111010101001100111001100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,191); }

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

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

 a { background-color: rgb(142,171,191); }

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

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

 span { border-color: rgb(142,171,191); }

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