Shades of Vista Blue #8FC8A7
Tints of Vista Blue #8FC8A7
RGB
CMYK
RGB Variations
Color information
#8FC8A7 (or 0x8FC8A7) is known color: Vista Blue. HEX triplet: 8F, C8 and A7. RGB value is (143,200,167). Sum of RGB (Red+Green+Blue) = 143+200+167=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC8A7 is #703758. Grayscale: #B3B3B3. Windows color (decimal): -7354201 or 10995855. OLE color: 10995855.
HSL color Cylindrical-coordinate representation of color #8FC8A7: hue angle of 145.26º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC8A7 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 167 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.22 |
| HSL | 145.26º | 0.34% | 0.67% | - |
| HSV(B) | 145.26º | 0.29% | 0.78% | - |
| XYZ | 38.96 | 49.94 | 44.15 | - |
| YUV | 179.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 167 | 0.28 | 0 | 0.16 | 0.22 | 145.26 | 0.34 | 0.67 |
| Hex | 8F | C8 | A7 | 1C | 0 | 10 | 16 | 91 | 22 | 43 |
| Octal | 217 | 310 | 247 | 34 | 0 | 20 | 26 | 221 | 42 | 103 |
| Binary | 10001111 | 11001000 | 10100111 | 11100 | 0 | 10000 | 10110 | 10010001 | 100010 | 1000011 |
Color Harmonies of #8FC8A7
Complementary color
Monochromatic Colors of #8FC8A7
Black with #8FC8A7
Text Example
Text Example
White with #8FC8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC8A7; }
p { color: rgb(143,200,167); }
H1.HeaderClassName
{
color: #8FC8A7;
}
.AnyTagClassName
{
color: #8FC8A7;
}
</style>
background-color css
<style>
a { background-color: #8FC8A7; }
a { background-color: rgb(143,200,167); }
div.DivClassName
{
background-color: #8FC8A7;
}
.BgClassName
{
background-color: #8FC8A7;
}
</style>
border-color css
<style>
span { border-color: #8FC8A7; }
span { border-color: rgb(143,200,167); }
td.TdClassName
{
border-color: #8FC8A7;
}
.TagClassName
{
border-color: #8FC8A7;
}
</style>