#8EABBB

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

Shades of Nepal #8EABBB

Tints of Nepal #8EABBB

Color information

#8EABBB (or 0x8EABBB) is unknown color: approx Nepal. HEX triplet: 8E, AB and BB. RGB value is (142,171,187). Sum of RGB (Red+Green+Blue) = 142+171+187=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABBB is #715444. Grayscale: #A4A4A4. Windows color (decimal): -7427141 or 12299150. OLE color: 12299150.

HSL color Cylindrical-coordinate representation of color #8EABBB: hue angle of 201.33º 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 #8EABBB is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142171187-
CMYK0.240.0900.27
HSL201.33º24.86%64.51%-
HSV(B)201.33º24.06%73.33%-
XYZ34.6938.4652.61-
YUV164.15140.89112.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.4%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=28.4%
G=34.2%
B=37.4%

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
Decimal1421711870.240.0900.27201.3324.8664.51
Hex8EABBB18901Bc91941
Octal216253273301103331131101
Binary10001110101010111011101111000100101101111001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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