Shades of Vista Blue #8FCFAB
Tints of Vista Blue #8FCFAB
RGB
CMYK
RGB Variations
Color information
#8FCFAB (or 0x8FCFAB) is known color: Vista Blue. HEX triplet: 8F, CF and AB. RGB value is (143,207,171). Sum of RGB (Red+Green+Blue) = 143+207+171=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCFAB is #703054. Grayscale: #B7B7B7. Windows color (decimal): -7352405 or 11259791. OLE color: 11259791.
HSL color Cylindrical-coordinate representation of color #8FCFAB: hue angle of 146.25º 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 #8FCFAB is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 171 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.19 |
| HSL | 146.25º | 0.4% | 0.69% | - |
| HSV(B) | 146.25º | 0.31% | 0.81% | - |
| XYZ | 40.99 | 53.41 | 46.68 | - |
| YUV | 183.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 171 | 0.31 | 0 | 0.17 | 0.19 | 146.25 | 0.4 | 0.69 |
| Hex | 8F | CF | AB | 1F | 0 | 11 | 13 | 92 | 28 | 45 |
| Octal | 217 | 317 | 253 | 37 | 0 | 21 | 23 | 222 | 50 | 105 |
| Binary | 10001111 | 11001111 | 10101011 | 11111 | 0 | 10001 | 10011 | 10010010 | 101000 | 1000101 |
Color Harmonies of #8FCFAB
Complementary color
Monochromatic Colors of #8FCFAB
Black with #8FCFAB
Text Example
Text Example
White with #8FCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFAB; }
p { color: rgb(143,207,171); }
H1.HeaderClassName
{
color: #8FCFAB;
}
.AnyTagClassName
{
color: #8FCFAB;
}
</style>
background-color css
<style>
a { background-color: #8FCFAB; }
a { background-color: rgb(143,207,171); }
div.DivClassName
{
background-color: #8FCFAB;
}
.BgClassName
{
background-color: #8FCFAB;
}
</style>
border-color css
<style>
span { border-color: #8FCFAB; }
span { border-color: rgb(143,207,171); }
td.TdClassName
{
border-color: #8FCFAB;
}
.TagClassName
{
border-color: #8FCFAB;
}
</style>