Shades of Vista Blue #8FCAA8
Tints of Vista Blue #8FCAA8
RGB
CMYK
RGB Variations
Color information
#8FCAA8 (or 0x8FCAA8) is known color: Vista Blue. HEX triplet: 8F, CA and A8. RGB value is (143,202,168). Sum of RGB (Red+Green+Blue) = 143+202+168=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCAA8 is #703557. Grayscale: #B4B4B4. Windows color (decimal): -7353688 or 11061903. OLE color: 11061903.
HSL color Cylindrical-coordinate representation of color #8FCAA8: hue angle of 145.42º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCAA8 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 168 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.21 |
| HSL | 145.42º | 0.36% | 0.68% | - |
| HSV(B) | 145.42º | 0.29% | 0.79% | - |
| XYZ | 39.52 | 50.91 | 44.79 | - |
| YUV | 180.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 168 | 0.29 | 0 | 0.17 | 0.21 | 145.42 | 0.36 | 0.68 |
| Hex | 8F | CA | A8 | 1D | 0 | 11 | 15 | 91 | 24 | 44 |
| Octal | 217 | 312 | 250 | 35 | 0 | 21 | 25 | 221 | 44 | 104 |
| Binary | 10001111 | 11001010 | 10101000 | 11101 | 0 | 10001 | 10101 | 10010001 | 100100 | 1000100 |
Color Harmonies of #8FCAA8
Complementary color
Monochromatic Colors of #8FCAA8
Black with #8FCAA8
Text Example
Text Example
White with #8FCAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCAA8; }
p { color: rgb(143,202,168); }
H1.HeaderClassName
{
color: #8FCAA8;
}
.AnyTagClassName
{
color: #8FCAA8;
}
</style>
background-color css
<style>
a { background-color: #8FCAA8; }
a { background-color: rgb(143,202,168); }
div.DivClassName
{
background-color: #8FCAA8;
}
.BgClassName
{
background-color: #8FCAA8;
}
</style>
border-color css
<style>
span { border-color: #8FCAA8; }
span { border-color: rgb(143,202,168); }
td.TdClassName
{
border-color: #8FCAA8;
}
.TagClassName
{
border-color: #8FCAA8;
}
</style>