Shades of Bali Hai #859EAE
Tints of Bali Hai #859EAE
RGB
CMYK
RGB Variations
Color information
#859EAE (or 0x859EAE) is known color: Bali Hai. HEX triplet: 85, 9E and AE. RGB value is (133,158,174). Sum of RGB (Red+Green+Blue) = 133+158+174=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #859EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859EAE is #7A6151. Grayscale: #989898. Windows color (decimal): -8020306 or 11443845. OLE color: 11443845.
HSL color Cylindrical-coordinate representation of color #859EAE: hue angle of 203.41º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #859EAE is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 158 | 174 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.32 |
| HSL | 203.41º | 0.2% | 0.6% | - |
| HSV(B) | 203.41º | 0.24% | 0.68% | - |
| XYZ | 29.54 | 32.5 | 44.76 | - |
| YUV | 152.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 174 | 0.24 | 0.09 | 0 | 0.32 | 203.41 | 0.2 | 0.6 |
| Hex | 85 | 9E | AE | 18 | 9 | 0 | 20 | CB | 14 | 3C |
| Octal | 205 | 236 | 256 | 30 | 11 | 0 | 40 | 313 | 24 | 74 |
| Binary | 10000101 | 10011110 | 10101110 | 11000 | 1001 | 0 | 100000 | 11001011 | 10100 | 111100 |
Color Harmonies of #859EAE
Complementary color
Monochromatic Colors of #859EAE
Black with #859EAE
Text Example
Text Example
White with #859EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859EAE; }
p { color: rgb(133,158,174); }
H1.HeaderClassName
{
color: #859EAE;
}
.AnyTagClassName
{
color: #859EAE;
}
</style>
background-color css
<style>
a { background-color: #859EAE; }
a { background-color: rgb(133,158,174); }
div.DivClassName
{
background-color: #859EAE;
}
.BgClassName
{
background-color: #859EAE;
}
</style>
border-color css
<style>
span { border-color: #859EAE; }
span { border-color: rgb(133,158,174); }
td.TdClassName
{
border-color: #859EAE;
}
.TagClassName
{
border-color: #859EAE;
}
</style>