Shades of Vista Blue #8FCAA6
Tints of Vista Blue #8FCAA6
RGB
CMYK
RGB Variations
Color information
#8FCAA6 (or 0x8FCAA6) is known color: Vista Blue. HEX triplet: 8F, CA and A6. RGB value is (143,202,166). Sum of RGB (Red+Green+Blue) = 143+202+166=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCAA6 is #703559. Grayscale: #B4B4B4. Windows color (decimal): -7353690 or 10930831. OLE color: 10930831.
HSL color Cylindrical-coordinate representation of color #8FCAA6: hue angle of 143.39º 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 #8FCAA6 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 166 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.21 |
| HSL | 143.39º | 0.36% | 0.68% | - |
| HSV(B) | 143.39º | 0.29% | 0.79% | - |
| XYZ | 39.33 | 50.83 | 43.82 | - |
| YUV | 180.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 166 | 0.29 | 0 | 0.18 | 0.21 | 143.39 | 0.36 | 0.68 |
| Hex | 8F | CA | A6 | 1D | 0 | 12 | 15 | 8F | 24 | 44 |
| Octal | 217 | 312 | 246 | 35 | 0 | 22 | 25 | 217 | 44 | 104 |
| Binary | 10001111 | 11001010 | 10100110 | 11101 | 0 | 10010 | 10101 | 10001111 | 100100 | 1000100 |
Color Harmonies of #8FCAA6
Complementary color
Monochromatic Colors of #8FCAA6
Black with #8FCAA6
Text Example
Text Example
White with #8FCAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCAA6; }
p { color: rgb(143,202,166); }
H1.HeaderClassName
{
color: #8FCAA6;
}
.AnyTagClassName
{
color: #8FCAA6;
}
</style>
background-color css
<style>
a { background-color: #8FCAA6; }
a { background-color: rgb(143,202,166); }
div.DivClassName
{
background-color: #8FCAA6;
}
.BgClassName
{
background-color: #8FCAA6;
}
</style>
border-color css
<style>
span { border-color: #8FCAA6; }
span { border-color: rgb(143,202,166); }
td.TdClassName
{
border-color: #8FCAA6;
}
.TagClassName
{
border-color: #8FCAA6;
}
</style>