#8EA0AB

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

Shades of Bali Hai #8EA0AB

Tints of Bali Hai #8EA0AB

Color information

#8EA0AB (or 0x8EA0AB) is unknown color: approx Bali Hai. HEX triplet: 8E, A0 and AB. RGB value is (142,160,171). Sum of RGB (Red+Green+Blue) = 142+160+171=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #8EA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA0AB is #715F54. Grayscale: #9B9B9B. Windows color (decimal): -7429973 or 11247758. OLE color: 11247758.

HSL color Cylindrical-coordinate representation of color #8EA0AB: hue angle of 202.76º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EA0AB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142160171-
CMYK0.170.0600.33
HSL202.76º14.72%61.37%-
HSV(B)202.76º16.96%67.06%-
XYZ31.0833.8343.42-
YUV155.87136.54118.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=30.02%
G=33.83%
B=36.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421601710.170.0600.33202.7614.7261.37
Hex8EA0AB116021cbf3d
Octal2162402532160413131775
Binary100011101010000010101011100011100100001110010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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