Shades of Vista Blue #86CFAA
Tints of Vista Blue #86CFAA
RGB
CMYK
RGB Variations
Color information
#86CFAA (or 0x86CFAA) is known color: Vista Blue. HEX triplet: 86, CF and AA. RGB value is (134,207,170). Sum of RGB (Red+Green+Blue) = 134+207+170=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #86CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CFAA is #793055. Grayscale: #B5B5B5. Windows color (decimal): -7942230 or 11194246. OLE color: 11194246.
HSL color Cylindrical-coordinate representation of color #86CFAA: hue angle of 149.59º degrees, saturation: 0.43, 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 #86CFAA is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 170 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.19 |
| HSL | 149.59º | 0.43% | 0.67% | - |
| HSV(B) | 149.59º | 0.35% | 0.81% | - |
| XYZ | 39.4 | 52.6 | 46.11 | - |
| YUV | 180.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 170 | 0.35 | 0 | 0.18 | 0.19 | 149.59 | 0.43 | 0.67 |
| Hex | 86 | CF | AA | 23 | 0 | 12 | 13 | 96 | 2B | 43 |
| Octal | 206 | 317 | 252 | 43 | 0 | 22 | 23 | 226 | 53 | 103 |
| Binary | 10000110 | 11001111 | 10101010 | 100011 | 0 | 10010 | 10011 | 10010110 | 101011 | 1000011 |
Color Harmonies of #86CFAA
Complementary color
Monochromatic Colors of #86CFAA
Black with #86CFAA
Text Example
Text Example
White with #86CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CFAA; }
p { color: rgb(134,207,170); }
H1.HeaderClassName
{
color: #86CFAA;
}
.AnyTagClassName
{
color: #86CFAA;
}
</style>
background-color css
<style>
a { background-color: #86CFAA; }
a { background-color: rgb(134,207,170); }
div.DivClassName
{
background-color: #86CFAA;
}
.BgClassName
{
background-color: #86CFAA;
}
</style>
border-color css
<style>
span { border-color: #86CFAA; }
span { border-color: rgb(134,207,170); }
td.TdClassName
{
border-color: #86CFAA;
}
.TagClassName
{
border-color: #86CFAA;
}
</style>