Shades of Bali Hai #8EA1AC
Tints of Bali Hai #8EA1AC
RGB
CMYK
RGB Variations
Color information
#8EA1AC (or 0x8EA1AC) is known color: Bali Hai. HEX triplet: 8E, A1 and AC. RGB value is (142,161,172). Sum of RGB (Red+Green+Blue) = 142+161+172=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #8EA1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA1AC is #715E53. Grayscale: #9C9C9C. Windows color (decimal): -7429716 or 11313550. OLE color: 11313550.
HSL color Cylindrical-coordinate representation of color #8EA1AC: hue angle of 202º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EA1AC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 161 | 172 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.33 |
| HSL | 202º | 0.15% | 0.62% | - |
| HSV(B) | 202º | 0.17% | 0.67% | - |
| XYZ | 31.35 | 34.22 | 43.98 | - |
| YUV | 156.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 172 | 0.17 | 0.06 | 0 | 0.33 | 202 | 0.15 | 0.62 |
| Hex | 8E | A1 | AC | 11 | 6 | 0 | 21 | CA | F | 3E |
| Octal | 216 | 241 | 254 | 21 | 6 | 0 | 41 | 312 | 17 | 76 |
| Binary | 10001110 | 10100001 | 10101100 | 10001 | 110 | 0 | 100001 | 11001010 | 1111 | 111110 |
Color Harmonies of #8EA1AC
Complementary color
Monochromatic Colors of #8EA1AC
Black with #8EA1AC
Text Example
Text Example
White with #8EA1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA1AC; }
p { color: rgb(142,161,172); }
H1.HeaderClassName
{
color: #8EA1AC;
}
.AnyTagClassName
{
color: #8EA1AC;
}
</style>
background-color css
<style>
a { background-color: #8EA1AC; }
a { background-color: rgb(142,161,172); }
div.DivClassName
{
background-color: #8EA1AC;
}
.BgClassName
{
background-color: #8EA1AC;
}
</style>
border-color css
<style>
span { border-color: #8EA1AC; }
span { border-color: rgb(142,161,172); }
td.TdClassName
{
border-color: #8EA1AC;
}
.TagClassName
{
border-color: #8EA1AC;
}
</style>