Shades of Bali Hai #86A5B4
Tints of Bali Hai #86A5B4
RGB
CMYK
RGB Variations
Color information
#86A5B4 (or 0x86A5B4) is known color: Bali Hai. HEX triplet: 86, A5 and B4. RGB value is (134,165,180). Sum of RGB (Red+Green+Blue) = 134+165+180=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #86A5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A5B4 is #795A4B. Grayscale: #9D9D9D. Windows color (decimal): -7952972 or 11838854. OLE color: 11838854.
HSL color Cylindrical-coordinate representation of color #86A5B4: hue angle of 199.57º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86A5B4 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 165 | 180 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.29 |
| HSL | 199.57º | 0.23% | 0.62% | - |
| HSV(B) | 199.57º | 0.26% | 0.71% | - |
| XYZ | 31.52 | 35.27 | 48.33 | - |
| YUV | 157.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 180 | 0.26 | 0.08 | 0 | 0.29 | 199.57 | 0.23 | 0.62 |
| Hex | 86 | A5 | B4 | 1A | 8 | 0 | 1D | C8 | 17 | 3E |
| Octal | 206 | 245 | 264 | 32 | 10 | 0 | 35 | 310 | 27 | 76 |
| Binary | 10000110 | 10100101 | 10110100 | 11010 | 1000 | 0 | 11101 | 11001000 | 10111 | 111110 |
Color Harmonies of #86A5B4
Complementary color
Monochromatic Colors of #86A5B4
Black with #86A5B4
Text Example
Text Example
White with #86A5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A5B4; }
p { color: rgb(134,165,180); }
H1.HeaderClassName
{
color: #86A5B4;
}
.AnyTagClassName
{
color: #86A5B4;
}
</style>
background-color css
<style>
a { background-color: #86A5B4; }
a { background-color: rgb(134,165,180); }
div.DivClassName
{
background-color: #86A5B4;
}
.BgClassName
{
background-color: #86A5B4;
}
</style>
border-color css
<style>
span { border-color: #86A5B4; }
span { border-color: rgb(134,165,180); }
td.TdClassName
{
border-color: #86A5B4;
}
.TagClassName
{
border-color: #86A5B4;
}
</style>