Shades of Bali Hai #8699AB
Tints of Bali Hai #8699AB
RGB
CMYK
RGB Variations
Color information
#8699AB (or 0x8699AB) is known color: Bali Hai. HEX triplet: 86, 99 and AB. RGB value is (134,153,171). Sum of RGB (Red+Green+Blue) = 134+153+171=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #8699AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8699AB is #796654. Grayscale: #959595. Windows color (decimal): -7956053 or 11245958. OLE color: 11245958.
HSL color Cylindrical-coordinate representation of color #8699AB: hue angle of 209.19º 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 #8699AB is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 153 | 171 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.33 |
| HSL | 209.19º | 0.18% | 0.6% | - |
| HSV(B) | 209.19º | 0.22% | 0.67% | - |
| XYZ | 28.57 | 30.79 | 42.97 | - |
| YUV | 149.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 171 | 0.22 | 0.11 | 0 | 0.33 | 209.19 | 0.18 | 0.6 |
| Hex | 86 | 99 | AB | 16 | B | 0 | 21 | D1 | 12 | 3C |
| Octal | 206 | 231 | 253 | 26 | 13 | 0 | 41 | 321 | 22 | 74 |
| Binary | 10000110 | 10011001 | 10101011 | 10110 | 1011 | 0 | 100001 | 11010001 | 10010 | 111100 |
Color Harmonies of #8699AB
Complementary color
Monochromatic Colors of #8699AB
Black with #8699AB
Text Example
Text Example
White with #8699AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8699AB; }
p { color: rgb(134,153,171); }
H1.HeaderClassName
{
color: #8699AB;
}
.AnyTagClassName
{
color: #8699AB;
}
</style>
background-color css
<style>
a { background-color: #8699AB; }
a { background-color: rgb(134,153,171); }
div.DivClassName
{
background-color: #8699AB;
}
.BgClassName
{
background-color: #8699AB;
}
</style>
border-color css
<style>
span { border-color: #8699AB; }
span { border-color: rgb(134,153,171); }
td.TdClassName
{
border-color: #8699AB;
}
.TagClassName
{
border-color: #8699AB;
}
</style>