Shades of Bali Hai #859FAE
Tints of Bali Hai #859FAE
RGB
CMYK
RGB Variations
Color information
#859FAE (or 0x859FAE) is known color: Bali Hai. HEX triplet: 85, 9F and AE. RGB value is (133,159,174). Sum of RGB (Red+Green+Blue) = 133+159+174=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #859FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859FAE is #7A6051. Grayscale: #989898. Windows color (decimal): -8020050 or 11444101. OLE color: 11444101.
HSL color Cylindrical-coordinate representation of color #859FAE: hue angle of 201.95º 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 #859FAE is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 159 | 174 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.32 |
| HSL | 201.95º | 0.2% | 0.6% | - |
| HSV(B) | 201.95º | 0.24% | 0.68% | - |
| XYZ | 29.71 | 32.84 | 44.82 | - |
| YUV | 152.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 174 | 0.24 | 0.09 | 0 | 0.32 | 201.95 | 0.2 | 0.6 |
| Hex | 85 | 9F | AE | 18 | 9 | 0 | 20 | CA | 14 | 3C |
| Octal | 205 | 237 | 256 | 30 | 11 | 0 | 40 | 312 | 24 | 74 |
| Binary | 10000101 | 10011111 | 10101110 | 11000 | 1001 | 0 | 100000 | 11001010 | 10100 | 111100 |
Color Harmonies of #859FAE
Complementary color
Monochromatic Colors of #859FAE
Black with #859FAE
Text Example
Text Example
White with #859FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FAE; }
p { color: rgb(133,159,174); }
H1.HeaderClassName
{
color: #859FAE;
}
.AnyTagClassName
{
color: #859FAE;
}
</style>
background-color css
<style>
a { background-color: #859FAE; }
a { background-color: rgb(133,159,174); }
div.DivClassName
{
background-color: #859FAE;
}
.BgClassName
{
background-color: #859FAE;
}
</style>
border-color css
<style>
span { border-color: #859FAE; }
span { border-color: rgb(133,159,174); }
td.TdClassName
{
border-color: #859FAE;
}
.TagClassName
{
border-color: #859FAE;
}
</style>