Shades of Vista Blue #8DCFA7
Tints of Vista Blue #8DCFA7
RGB
CMYK
RGB Variations
Color information
#8DCFA7 (or 0x8DCFA7) is known color: Vista Blue. HEX triplet: 8D, CF and A7. RGB value is (141,207,167). Sum of RGB (Red+Green+Blue) = 141+207+167=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCFA7 is #723058. Grayscale: #B6B6B6. Windows color (decimal): -7483481 or 10997645. OLE color: 10997645.
HSL color Cylindrical-coordinate representation of color #8DCFA7: hue angle of 143.64º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCFA7 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 167 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.19 |
| HSL | 143.64º | 0.41% | 0.68% | - |
| HSV(B) | 143.64º | 0.32% | 0.81% | - |
| XYZ | 40.27 | 53.08 | 44.68 | - |
| YUV | 182.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 167 | 0.32 | 0 | 0.19 | 0.19 | 143.64 | 0.41 | 0.68 |
| Hex | 8D | CF | A7 | 20 | 0 | 13 | 13 | 90 | 29 | 44 |
| Octal | 215 | 317 | 247 | 40 | 0 | 23 | 23 | 220 | 51 | 104 |
| Binary | 10001101 | 11001111 | 10100111 | 100000 | 0 | 10011 | 10011 | 10010000 | 101001 | 1000100 |
Color Harmonies of #8DCFA7
Complementary color
Monochromatic Colors of #8DCFA7
Black with #8DCFA7
Text Example
Text Example
White with #8DCFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFA7; }
p { color: rgb(141,207,167); }
H1.HeaderClassName
{
color: #8DCFA7;
}
.AnyTagClassName
{
color: #8DCFA7;
}
</style>
background-color css
<style>
a { background-color: #8DCFA7; }
a { background-color: rgb(141,207,167); }
div.DivClassName
{
background-color: #8DCFA7;
}
.BgClassName
{
background-color: #8DCFA7;
}
</style>
border-color css
<style>
span { border-color: #8DCFA7; }
span { border-color: rgb(141,207,167); }
td.TdClassName
{
border-color: #8DCFA7;
}
.TagClassName
{
border-color: #8DCFA7;
}
</style>