Shades of Bali Hai #8EA1AD
Tints of Bali Hai #8EA1AD
RGB
CMYK
RGB Variations
Color information
#8EA1AD (or 0x8EA1AD) is known color: Bali Hai. HEX triplet: 8E, A1 and AD. RGB value is (142,161,173). Sum of RGB (Red+Green+Blue) = 142+161+173=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #8EA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA1AD is #715E52. Grayscale: #9C9C9C. Windows color (decimal): -7429715 or 11379086. OLE color: 11379086.
HSL color Cylindrical-coordinate representation of color #8EA1AD: hue angle of 203.23º 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 #8EA1AD is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 161 | 173 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.32 |
| HSL | 203.23º | 0.16% | 0.62% | - |
| HSV(B) | 203.23º | 0.18% | 0.68% | - |
| XYZ | 31.44 | 34.26 | 44.49 | - |
| YUV | 156.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 173 | 0.18 | 0.07 | 0 | 0.32 | 203.23 | 0.16 | 0.62 |
| Hex | 8E | A1 | AD | 12 | 7 | 0 | 20 | CB | 10 | 3E |
| Octal | 216 | 241 | 255 | 22 | 7 | 0 | 40 | 313 | 20 | 76 |
| Binary | 10001110 | 10100001 | 10101101 | 10010 | 111 | 0 | 100000 | 11001011 | 10000 | 111110 |
Color Harmonies of #8EA1AD
Complementary color
Monochromatic Colors of #8EA1AD
Black with #8EA1AD
Text Example
Text Example
White with #8EA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA1AD; }
p { color: rgb(142,161,173); }
H1.HeaderClassName
{
color: #8EA1AD;
}
.AnyTagClassName
{
color: #8EA1AD;
}
</style>
background-color css
<style>
a { background-color: #8EA1AD; }
a { background-color: rgb(142,161,173); }
div.DivClassName
{
background-color: #8EA1AD;
}
.BgClassName
{
background-color: #8EA1AD;
}
</style>
border-color css
<style>
span { border-color: #8EA1AD; }
span { border-color: rgb(142,161,173); }
td.TdClassName
{
border-color: #8EA1AD;
}
.TagClassName
{
border-color: #8EA1AD;
}
</style>