Shades of Bali Hai #859DAB
Tints of Bali Hai #859DAB
RGB
CMYK
RGB Variations
Color information
#859DAB (or 0x859DAB) is known color: Bali Hai. HEX triplet: 85, 9D and AB. RGB value is (133,157,171). Sum of RGB (Red+Green+Blue) = 133+157+171=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #859DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859DAB is #7A6254. Grayscale: #979797. Windows color (decimal): -8020565 or 11246981. OLE color: 11246981.
HSL color Cylindrical-coordinate representation of color #859DAB: hue angle of 202.11º 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 #859DAB is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 157 | 171 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.33 |
| HSL | 202.11º | 0.18% | 0.6% | - |
| HSV(B) | 202.11º | 0.22% | 0.67% | - |
| XYZ | 29.08 | 32.04 | 43.18 | - |
| YUV | 151.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 171 | 0.22 | 0.08 | 0 | 0.33 | 202.11 | 0.18 | 0.6 |
| Hex | 85 | 9D | AB | 16 | 8 | 0 | 21 | CA | 12 | 3C |
| Octal | 205 | 235 | 253 | 26 | 10 | 0 | 41 | 312 | 22 | 74 |
| Binary | 10000101 | 10011101 | 10101011 | 10110 | 1000 | 0 | 100001 | 11001010 | 10010 | 111100 |
Color Harmonies of #859DAB
Complementary color
Monochromatic Colors of #859DAB
Black with #859DAB
Text Example
Text Example
White with #859DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DAB; }
p { color: rgb(133,157,171); }
H1.HeaderClassName
{
color: #859DAB;
}
.AnyTagClassName
{
color: #859DAB;
}
</style>
background-color css
<style>
a { background-color: #859DAB; }
a { background-color: rgb(133,157,171); }
div.DivClassName
{
background-color: #859DAB;
}
.BgClassName
{
background-color: #859DAB;
}
</style>
border-color css
<style>
span { border-color: #859DAB; }
span { border-color: rgb(133,157,171); }
td.TdClassName
{
border-color: #859DAB;
}
.TagClassName
{
border-color: #859DAB;
}
</style>