#8EA1A9

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

Shades of Bali Hai #8EA1A9

Tints of Bali Hai #8EA1A9

Color information

#8EA1A9 (or 0x8EA1A9) is unknown color: approx Bali Hai. HEX triplet: 8E, A1 and A9. RGB value is (142,161,169). Sum of RGB (Red+Green+Blue) = 142+161+169=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 169 - color contains mainly: blue. Hex color #8EA1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA1A9 is #715E56. Grayscale: #9C9C9C. Windows color (decimal): -7429719 or 11116942. OLE color: 11116942.

HSL color Cylindrical-coordinate representation of color #8EA1A9: hue angle of 197.78º 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 #8EA1A9 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB142161169-
CMYK0.160.0500.34
HSL197.78º13.57%60.98%-
HSV(B)197.78º15.98%66.27%-
XYZ31.0634.1142.48-
YUV156.23135.21117.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.08%
GREEN value IS 161 (63.28% from 255) = 34.11%
BLUE value IS 169 (66.41% from 255) = 35.81%
R=30.08%
G=34.11%
B=35.81%

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
Decimal1421611690.160.0500.34197.7813.5760.98
Hex8EA1A9105022c6e3d
Octal2162412512050423061675
Binary100011101010000110101001100001010100010110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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