Shades of Vista Blue #8FD6A7
Tints of Vista Blue #8FD6A7
RGB
CMYK
RGB Variations
Color information
#8FD6A7 (or 0x8FD6A7) is known color: Vista Blue. HEX triplet: 8F, D6 and A7. RGB value is (143,214,167). Sum of RGB (Red+Green+Blue) = 143+214+167=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD6A7 is #702958. Grayscale: #BBBBBB. Windows color (decimal): -7350617 or 10999439. OLE color: 10999439.
HSL color Cylindrical-coordinate representation of color #8FD6A7: hue angle of 140.28º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD6A7 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 167 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.16 |
| HSL | 140.28º | 0.46% | 0.7% | - |
| HSV(B) | 140.28º | 0.33% | 0.84% | - |
| XYZ | 42.35 | 56.72 | 45.28 | - |
| YUV | 187.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 167 | 0.33 | 0 | 0.22 | 0.16 | 140.28 | 0.46 | 0.7 |
| Hex | 8F | D6 | A7 | 21 | 0 | 16 | 10 | 8C | 2E | 46 |
| Octal | 217 | 326 | 247 | 41 | 0 | 26 | 20 | 214 | 56 | 106 |
| Binary | 10001111 | 11010110 | 10100111 | 100001 | 0 | 10110 | 10000 | 10001100 | 101110 | 1000110 |
Color Harmonies of #8FD6A7
Complementary color
Monochromatic Colors of #8FD6A7
Black with #8FD6A7
Text Example
Text Example
White with #8FD6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD6A7; }
p { color: rgb(143,214,167); }
H1.HeaderClassName
{
color: #8FD6A7;
}
.AnyTagClassName
{
color: #8FD6A7;
}
</style>
background-color css
<style>
a { background-color: #8FD6A7; }
a { background-color: rgb(143,214,167); }
div.DivClassName
{
background-color: #8FD6A7;
}
.BgClassName
{
background-color: #8FD6A7;
}
</style>
border-color css
<style>
span { border-color: #8FD6A7; }
span { border-color: rgb(143,214,167); }
td.TdClassName
{
border-color: #8FD6A7;
}
.TagClassName
{
border-color: #8FD6A7;
}
</style>