Shades of Vista Blue #8FCFA8
Tints of Vista Blue #8FCFA8
RGB
CMYK
RGB Variations
Color information
#8FCFA8 (or 0x8FCFA8) is known color: Vista Blue. HEX triplet: 8F, CF and A8. RGB value is (143,207,168). Sum of RGB (Red+Green+Blue) = 143+207+168=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCFA8 is #703057. Grayscale: #B7B7B7. Windows color (decimal): -7352408 or 11063183. OLE color: 11063183.
HSL color Cylindrical-coordinate representation of color #8FCFA8: hue angle of 143.44º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFA8 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 168 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.19 |
| HSL | 143.44º | 0.4% | 0.69% | - |
| HSV(B) | 143.44º | 0.31% | 0.81% | - |
| XYZ | 40.71 | 53.29 | 45.19 | - |
| YUV | 183.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 168 | 0.31 | 0 | 0.19 | 0.19 | 143.44 | 0.4 | 0.69 |
| Hex | 8F | CF | A8 | 1F | 0 | 13 | 13 | 8F | 28 | 45 |
| Octal | 217 | 317 | 250 | 37 | 0 | 23 | 23 | 217 | 50 | 105 |
| Binary | 10001111 | 11001111 | 10101000 | 11111 | 0 | 10011 | 10011 | 10001111 | 101000 | 1000101 |
Color Harmonies of #8FCFA8
Complementary color
Monochromatic Colors of #8FCFA8
Black with #8FCFA8
Text Example
Text Example
White with #8FCFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFA8; }
p { color: rgb(143,207,168); }
H1.HeaderClassName
{
color: #8FCFA8;
}
.AnyTagClassName
{
color: #8FCFA8;
}
</style>
background-color css
<style>
a { background-color: #8FCFA8; }
a { background-color: rgb(143,207,168); }
div.DivClassName
{
background-color: #8FCFA8;
}
.BgClassName
{
background-color: #8FCFA8;
}
</style>
border-color css
<style>
span { border-color: #8FCFA8; }
span { border-color: rgb(143,207,168); }
td.TdClassName
{
border-color: #8FCFA8;
}
.TagClassName
{
border-color: #8FCFA8;
}
</style>