Shades of Bali Hai #859BAF
Tints of Bali Hai #859BAF
RGB
CMYK
RGB Variations
Color information
#859BAF (or 0x859BAF) is known color: Bali Hai. HEX triplet: 85, 9B and AF. RGB value is (133,155,175). Sum of RGB (Red+Green+Blue) = 133+155+175=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #859BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859BAF is #7A6450. Grayscale: #969696. Windows color (decimal): -8021073 or 11508613. OLE color: 11508613.
HSL color Cylindrical-coordinate representation of color #859BAF: hue angle of 208.57º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #859BAF is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 155 | 175 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.31 |
| HSL | 208.57º | 0.21% | 0.6% | - |
| HSV(B) | 208.57º | 0.24% | 0.69% | - |
| XYZ | 29.13 | 31.52 | 45.11 | - |
| YUV | 150.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 175 | 0.24 | 0.11 | 0 | 0.31 | 208.57 | 0.21 | 0.6 |
| Hex | 85 | 9B | AF | 18 | B | 0 | 1F | D1 | 15 | 3C |
| Octal | 205 | 233 | 257 | 30 | 13 | 0 | 37 | 321 | 25 | 74 |
| Binary | 10000101 | 10011011 | 10101111 | 11000 | 1011 | 0 | 11111 | 11010001 | 10101 | 111100 |
Color Harmonies of #859BAF
Complementary color
Monochromatic Colors of #859BAF
Black with #859BAF
Text Example
Text Example
White with #859BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BAF; }
p { color: rgb(133,155,175); }
H1.HeaderClassName
{
color: #859BAF;
}
.AnyTagClassName
{
color: #859BAF;
}
</style>
background-color css
<style>
a { background-color: #859BAF; }
a { background-color: rgb(133,155,175); }
div.DivClassName
{
background-color: #859BAF;
}
.BgClassName
{
background-color: #859BAF;
}
</style>
border-color css
<style>
span { border-color: #859BAF; }
span { border-color: rgb(133,155,175); }
td.TdClassName
{
border-color: #859BAF;
}
.TagClassName
{
border-color: #859BAF;
}
</style>