Shades of Bali Hai #859FAB
Tints of Bali Hai #859FAB
RGB
CMYK
RGB Variations
Color information
#859FAB (or 0x859FAB) is known color: Bali Hai. HEX triplet: 85, 9F and AB. RGB value is (133,159,171). Sum of RGB (Red+Green+Blue) = 133+159+171=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #859FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859FAB is #7A6054. Grayscale: #989898. Windows color (decimal): -8020053 or 11247493. OLE color: 11247493.
HSL color Cylindrical-coordinate representation of color #859FAB: hue angle of 198.95º 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 #859FAB is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 159 | 171 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.33 |
| HSL | 198.95º | 0.18% | 0.6% | - |
| HSV(B) | 198.95º | 0.22% | 0.67% | - |
| XYZ | 29.42 | 32.72 | 43.29 | - |
| YUV | 152.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 171 | 0.22 | 0.07 | 0 | 0.33 | 198.95 | 0.18 | 0.6 |
| Hex | 85 | 9F | AB | 16 | 7 | 0 | 21 | C7 | 12 | 3C |
| Octal | 205 | 237 | 253 | 26 | 7 | 0 | 41 | 307 | 22 | 74 |
| Binary | 10000101 | 10011111 | 10101011 | 10110 | 111 | 0 | 100001 | 11000111 | 10010 | 111100 |
Color Harmonies of #859FAB
Complementary color
Monochromatic Colors of #859FAB
Black with #859FAB
Text Example
Text Example
White with #859FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FAB; }
p { color: rgb(133,159,171); }
H1.HeaderClassName
{
color: #859FAB;
}
.AnyTagClassName
{
color: #859FAB;
}
</style>
background-color css
<style>
a { background-color: #859FAB; }
a { background-color: rgb(133,159,171); }
div.DivClassName
{
background-color: #859FAB;
}
.BgClassName
{
background-color: #859FAB;
}
</style>
border-color css
<style>
span { border-color: #859FAB; }
span { border-color: rgb(133,159,171); }
td.TdClassName
{
border-color: #859FAB;
}
.TagClassName
{
border-color: #859FAB;
}
</style>