Shades of Vista Blue #8FC5AB
Tints of Vista Blue #8FC5AB
RGB
CMYK
RGB Variations
Color information
#8FC5AB (or 0x8FC5AB) is known color: Vista Blue. HEX triplet: 8F, C5 and AB. RGB value is (143,197,171). Sum of RGB (Red+Green+Blue) = 143+197+171=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC5AB is #703A54. Grayscale: #B1B1B1. Windows color (decimal): -7354965 or 11257231. OLE color: 11257231.
HSL color Cylindrical-coordinate representation of color #8FC5AB: hue angle of 151.11º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FC5AB is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 197 | 171 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.23 |
| HSL | 151.11º | 0.32% | 0.67% | - |
| HSV(B) | 151.11º | 0.27% | 0.77% | - |
| XYZ | 38.64 | 48.71 | 45.89 | - |
| YUV | 177.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 197 | 171 | 0.27 | 0 | 0.13 | 0.23 | 151.11 | 0.32 | 0.67 |
| Hex | 8F | C5 | AB | 1B | 0 | D | 17 | 97 | 20 | 43 |
| Octal | 217 | 305 | 253 | 33 | 0 | 15 | 27 | 227 | 40 | 103 |
| Binary | 10001111 | 11000101 | 10101011 | 11011 | 0 | 1101 | 10111 | 10010111 | 100000 | 1000011 |
Color Harmonies of #8FC5AB
Complementary color
Monochromatic Colors of #8FC5AB
Black with #8FC5AB
Text Example
Text Example
White with #8FC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC5AB; }
p { color: rgb(143,197,171); }
H1.HeaderClassName
{
color: #8FC5AB;
}
.AnyTagClassName
{
color: #8FC5AB;
}
</style>
background-color css
<style>
a { background-color: #8FC5AB; }
a { background-color: rgb(143,197,171); }
div.DivClassName
{
background-color: #8FC5AB;
}
.BgClassName
{
background-color: #8FC5AB;
}
</style>
border-color css
<style>
span { border-color: #8FC5AB; }
span { border-color: rgb(143,197,171); }
td.TdClassName
{
border-color: #8FC5AB;
}
.TagClassName
{
border-color: #8FC5AB;
}
</style>