#8EA0A9

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

Shades of Bali Hai #8EA0A9

Tints of Bali Hai #8EA0A9

Color information

#8EA0A9 (or 0x8EA0A9) is unknown color: approx Bali Hai. HEX triplet: 8E, A0 and A9. RGB value is (142,160,169). Sum of RGB (Red+Green+Blue) = 142+160+169=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 169 - color contains mainly: blue. Hex color #8EA0A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA0A9 is #715F56. Grayscale: #9B9B9B. Windows color (decimal): -7429975 or 11116686. OLE color: 11116686.

HSL color Cylindrical-coordinate representation of color #8EA0A9: hue angle of 200º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EA0A9 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB142160169-
CMYK0.160.0500.34
HSL200º13.57%60.98%-
HSV(B)200º15.98%66.27%-
XYZ30.8933.7642.42-
YUV155.64135.54118.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=30.15%
G=33.97%
B=35.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1421601690.160.0500.3420013.5760.98
Hex8EA0A9105022c8e3d
Octal2162402512050423101675
Binary100011101010000010101001100001010100010110010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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