Shades of Bali Hai #8EA3AD
Tints of Bali Hai #8EA3AD
RGB
CMYK
RGB Variations
Color information
#8EA3AD (or 0x8EA3AD) is known color: Bali Hai. HEX triplet: 8E, A3 and AD. RGB value is (142,163,173). Sum of RGB (Red+Green+Blue) = 142+163+173=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #8EA3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA3AD is #715C52. Grayscale: #9D9D9D. Windows color (decimal): -7429203 or 11379598. OLE color: 11379598.
HSL color Cylindrical-coordinate representation of color #8EA3AD: hue angle of 199.35º 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 #8EA3AD is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 163 | 173 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.32 |
| HSL | 199.35º | 0.16% | 0.62% | - |
| HSV(B) | 199.35º | 0.18% | 0.68% | - |
| XYZ | 31.8 | 34.96 | 44.61 | - |
| YUV | 157.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 163 | 173 | 0.18 | 0.06 | 0 | 0.32 | 199.35 | 0.16 | 0.62 |
| Hex | 8E | A3 | AD | 12 | 6 | 0 | 20 | C7 | 10 | 3E |
| Octal | 216 | 243 | 255 | 22 | 6 | 0 | 40 | 307 | 20 | 76 |
| Binary | 10001110 | 10100011 | 10101101 | 10010 | 110 | 0 | 100000 | 11000111 | 10000 | 111110 |
Color Harmonies of #8EA3AD
Complementary color
Monochromatic Colors of #8EA3AD
Black with #8EA3AD
Text Example
Text Example
White with #8EA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA3AD; }
p { color: rgb(142,163,173); }
H1.HeaderClassName
{
color: #8EA3AD;
}
.AnyTagClassName
{
color: #8EA3AD;
}
</style>
background-color css
<style>
a { background-color: #8EA3AD; }
a { background-color: rgb(142,163,173); }
div.DivClassName
{
background-color: #8EA3AD;
}
.BgClassName
{
background-color: #8EA3AD;
}
</style>
border-color css
<style>
span { border-color: #8EA3AD; }
span { border-color: rgb(142,163,173); }
td.TdClassName
{
border-color: #8EA3AD;
}
.TagClassName
{
border-color: #8EA3AD;
}
</style>