Shades of Vista Blue #86CEAB
Tints of Vista Blue #86CEAB
RGB
CMYK
RGB Variations
Color information
#86CEAB (or 0x86CEAB) is known color: Vista Blue. HEX triplet: 86, CE and AB. RGB value is (134,206,171). Sum of RGB (Red+Green+Blue) = 134+206+171=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #86CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CEAB is #793154. Grayscale: #B4B4B4. Windows color (decimal): -7942485 or 11259526. OLE color: 11259526.
HSL color Cylindrical-coordinate representation of color #86CEAB: hue angle of 150.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CEAB is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 171 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.19 |
| HSL | 150.83º | 0.42% | 0.67% | - |
| HSV(B) | 150.83º | 0.35% | 0.81% | - |
| XYZ | 39.25 | 52.15 | 46.53 | - |
| YUV | 180.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 171 | 0.35 | 0 | 0.17 | 0.19 | 150.83 | 0.42 | 0.67 |
| Hex | 86 | CE | AB | 23 | 0 | 11 | 13 | 97 | 2A | 43 |
| Octal | 206 | 316 | 253 | 43 | 0 | 21 | 23 | 227 | 52 | 103 |
| Binary | 10000110 | 11001110 | 10101011 | 100011 | 0 | 10001 | 10011 | 10010111 | 101010 | 1000011 |
Color Harmonies of #86CEAB
Complementary color
Monochromatic Colors of #86CEAB
Black with #86CEAB
Text Example
Text Example
White with #86CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CEAB; }
p { color: rgb(134,206,171); }
H1.HeaderClassName
{
color: #86CEAB;
}
.AnyTagClassName
{
color: #86CEAB;
}
</style>
background-color css
<style>
a { background-color: #86CEAB; }
a { background-color: rgb(134,206,171); }
div.DivClassName
{
background-color: #86CEAB;
}
.BgClassName
{
background-color: #86CEAB;
}
</style>
border-color css
<style>
span { border-color: #86CEAB; }
span { border-color: rgb(134,206,171); }
td.TdClassName
{
border-color: #86CEAB;
}
.TagClassName
{
border-color: #86CEAB;
}
</style>