#8EA2AD

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

Shades of Bali Hai #8EA2AD

Tints of Bali Hai #8EA2AD

Color information

#8EA2AD (or 0x8EA2AD) is unknown color: approx Bali Hai. HEX triplet: 8E, A2 and AD. RGB value is (142,162,173). Sum of RGB (Red+Green+Blue) = 142+162+173=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #8EA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA2AD is #715D52. Grayscale: #9D9D9D. Windows color (decimal): -7429459 or 11379342. OLE color: 11379342.

HSL color Cylindrical-coordinate representation of color #8EA2AD: hue angle of 201.29º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EA2AD is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB142162173-
CMYK0.180.0600.32
HSL201.29º15.9%61.76%-
HSV(B)201.29º17.92%67.84%-
XYZ31.6234.6144.55-
YUV157.27136.87117.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=29.77%
G=33.96%
B=36.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421621730.180.0600.32201.2915.961.76
Hex8EA2AD126020c9103e
Octal2162422552260403112076
Binary1000111010100010101011011001011001000001100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,162,173); }

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

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

 a { background-color: rgb(142,162,173); }

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

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

 span { border-color: rgb(142,162,173); }

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