Shades of Bali Hai #859FAD
Tints of Bali Hai #859FAD
RGB
CMYK
RGB Variations
Color information
#859FAD (or 0x859FAD) is known color: Bali Hai. HEX triplet: 85, 9F and AD. RGB value is (133,159,173). Sum of RGB (Red+Green+Blue) = 133+159+173=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #859FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859FAD is #7A6052. Grayscale: #989898. Windows color (decimal): -8020051 or 11378565. OLE color: 11378565.
HSL color Cylindrical-coordinate representation of color #859FAD: hue angle of 201º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #859FAD is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 159 | 173 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.32 |
| HSL | 201º | 0.2% | 0.6% | - |
| HSV(B) | 201º | 0.23% | 0.68% | - |
| XYZ | 29.61 | 32.8 | 44.31 | - |
| YUV | 152.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 173 | 0.23 | 0.08 | 0 | 0.32 | 201 | 0.2 | 0.6 |
| Hex | 85 | 9F | AD | 17 | 8 | 0 | 20 | C9 | 14 | 3C |
| Octal | 205 | 237 | 255 | 27 | 10 | 0 | 40 | 311 | 24 | 74 |
| Binary | 10000101 | 10011111 | 10101101 | 10111 | 1000 | 0 | 100000 | 11001001 | 10100 | 111100 |
Color Harmonies of #859FAD
Complementary color
Monochromatic Colors of #859FAD
Black with #859FAD
Text Example
Text Example
White with #859FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FAD; }
p { color: rgb(133,159,173); }
H1.HeaderClassName
{
color: #859FAD;
}
.AnyTagClassName
{
color: #859FAD;
}
</style>
background-color css
<style>
a { background-color: #859FAD; }
a { background-color: rgb(133,159,173); }
div.DivClassName
{
background-color: #859FAD;
}
.BgClassName
{
background-color: #859FAD;
}
</style>
border-color css
<style>
span { border-color: #859FAD; }
span { border-color: rgb(133,159,173); }
td.TdClassName
{
border-color: #859FAD;
}
.TagClassName
{
border-color: #859FAD;
}
</style>