Shades of Bali Hai #859EAB
Tints of Bali Hai #859EAB
RGB
CMYK
RGB Variations
Color information
#859EAB (or 0x859EAB) is known color: Bali Hai. HEX triplet: 85, 9E and AB. RGB value is (133,158,171). Sum of RGB (Red+Green+Blue) = 133+158+171=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #859EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859EAB is #7A6154. Grayscale: #979797. Windows color (decimal): -8020309 or 11247237. OLE color: 11247237.
HSL color Cylindrical-coordinate representation of color #859EAB: hue angle of 200.53º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859EAB is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 158 | 171 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.33 |
| HSL | 200.53º | 0.18% | 0.6% | - |
| HSV(B) | 200.53º | 0.22% | 0.67% | - |
| XYZ | 29.25 | 32.38 | 43.24 | - |
| YUV | 152.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 171 | 0.22 | 0.08 | 0 | 0.33 | 200.53 | 0.18 | 0.6 |
| Hex | 85 | 9E | AB | 16 | 8 | 0 | 21 | C9 | 12 | 3C |
| Octal | 205 | 236 | 253 | 26 | 10 | 0 | 41 | 311 | 22 | 74 |
| Binary | 10000101 | 10011110 | 10101011 | 10110 | 1000 | 0 | 100001 | 11001001 | 10010 | 111100 |
Color Harmonies of #859EAB
Complementary color
Monochromatic Colors of #859EAB
Black with #859EAB
Text Example
Text Example
White with #859EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EAB; }
p { color: rgb(133,158,171); }
H1.HeaderClassName
{
color: #859EAB;
}
.AnyTagClassName
{
color: #859EAB;
}
</style>
background-color css
<style>
a { background-color: #859EAB; }
a { background-color: rgb(133,158,171); }
div.DivClassName
{
background-color: #859EAB;
}
.BgClassName
{
background-color: #859EAB;
}
</style>
border-color css
<style>
span { border-color: #859EAB; }
span { border-color: rgb(133,158,171); }
td.TdClassName
{
border-color: #859EAB;
}
.TagClassName
{
border-color: #859EAB;
}
</style>