Shades of Vista Blue #8FD0A6
Tints of Vista Blue #8FD0A6
RGB
CMYK
RGB Variations
Color information
#8FD0A6 (or 0x8FD0A6) is known color: Vista Blue. HEX triplet: 8F, D0 and A6. RGB value is (143,208,166). Sum of RGB (Red+Green+Blue) = 143+208+166=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD0A6 is #702F59. Grayscale: #B7B7B7. Windows color (decimal): -7352154 or 10932367. OLE color: 10932367.
HSL color Cylindrical-coordinate representation of color #8FD0A6: hue angle of 141.23º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FD0A6 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 208 | 166 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.18 |
| HSL | 141.23º | 0.41% | 0.69% | - |
| HSV(B) | 141.23º | 0.31% | 0.82% | - |
| XYZ | 40.77 | 53.7 | 44.29 | - |
| YUV | 183.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 166 | 0.31 | 0 | 0.20 | 0.18 | 141.23 | 0.41 | 0.69 |
| Hex | 8F | D0 | A6 | 1F | 0 | 14 | 12 | 8D | 29 | 45 |
| Octal | 217 | 320 | 246 | 37 | 0 | 24 | 22 | 215 | 51 | 105 |
| Binary | 10001111 | 11010000 | 10100110 | 11111 | 0 | 10100 | 10010 | 10001101 | 101001 | 1000101 |
Color Harmonies of #8FD0A6
Complementary color
Monochromatic Colors of #8FD0A6
Black with #8FD0A6
Text Example
Text Example
White with #8FD0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD0A6; }
p { color: rgb(143,208,166); }
H1.HeaderClassName
{
color: #8FD0A6;
}
.AnyTagClassName
{
color: #8FD0A6;
}
</style>
background-color css
<style>
a { background-color: #8FD0A6; }
a { background-color: rgb(143,208,166); }
div.DivClassName
{
background-color: #8FD0A6;
}
.BgClassName
{
background-color: #8FD0A6;
}
</style>
border-color css
<style>
span { border-color: #8FD0A6; }
span { border-color: rgb(143,208,166); }
td.TdClassName
{
border-color: #8FD0A6;
}
.TagClassName
{
border-color: #8FD0A6;
}
</style>