Shades of Vista Blue #86C9AB
Tints of Vista Blue #86C9AB
RGB
CMYK
RGB Variations
Color information
#86C9AB (or 0x86C9AB) is known color: Vista Blue. HEX triplet: 86, C9 and AB. RGB value is (134,201,171). Sum of RGB (Red+Green+Blue) = 134+201+171=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #86C9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C9AB is #793654. Grayscale: #B1B1B1. Windows color (decimal): -7943765 or 11258246. OLE color: 11258246.
HSL color Cylindrical-coordinate representation of color #86C9AB: hue angle of 153.13º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C9AB is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 201 | 171 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.21 |
| HSL | 153.13º | 0.38% | 0.66% | - |
| HSV(B) | 153.13º | 0.33% | 0.79% | - |
| XYZ | 38.07 | 49.78 | 46.13 | - |
| YUV | 177.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 201 | 171 | 0.33 | 0 | 0.15 | 0.21 | 153.13 | 0.38 | 0.66 |
| Hex | 86 | C9 | AB | 21 | 0 | F | 15 | 99 | 26 | 42 |
| Octal | 206 | 311 | 253 | 41 | 0 | 17 | 25 | 231 | 46 | 102 |
| Binary | 10000110 | 11001001 | 10101011 | 100001 | 0 | 1111 | 10101 | 10011001 | 100110 | 1000010 |
Color Harmonies of #86C9AB
Complementary color
Monochromatic Colors of #86C9AB
Black with #86C9AB
Text Example
Text Example
White with #86C9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C9AB; }
p { color: rgb(134,201,171); }
H1.HeaderClassName
{
color: #86C9AB;
}
.AnyTagClassName
{
color: #86C9AB;
}
</style>
background-color css
<style>
a { background-color: #86C9AB; }
a { background-color: rgb(134,201,171); }
div.DivClassName
{
background-color: #86C9AB;
}
.BgClassName
{
background-color: #86C9AB;
}
</style>
border-color css
<style>
span { border-color: #86C9AB; }
span { border-color: rgb(134,201,171); }
td.TdClassName
{
border-color: #86C9AB;
}
.TagClassName
{
border-color: #86C9AB;
}
</style>