Shades of Vista Blue #8FCEA9
Tints of Vista Blue #8FCEA9
RGB
CMYK
RGB Variations
Color information
#8FCEA9 (or 0x8FCEA9) is known color: Vista Blue. HEX triplet: 8F, CE and A9. RGB value is (143,206,169). Sum of RGB (Red+Green+Blue) = 143+206+169=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCEA9 is #703156. Grayscale: #B7B7B7. Windows color (decimal): -7352663 or 11128463. OLE color: 11128463.
HSL color Cylindrical-coordinate representation of color #8FCEA9: hue angle of 144.76º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEA9 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 206 | 169 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.19 |
| HSL | 144.76º | 0.39% | 0.68% | - |
| HSV(B) | 144.76º | 0.31% | 0.81% | - |
| XYZ | 40.56 | 52.85 | 45.6 | - |
| YUV | 182.95 | 120.13 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 169 | 0.31 | 0 | 0.18 | 0.19 | 144.76 | 0.39 | 0.68 |
| Hex | 8F | CE | A9 | 1F | 0 | 12 | 13 | 91 | 27 | 44 |
| Octal | 217 | 316 | 251 | 37 | 0 | 22 | 23 | 221 | 47 | 104 |
| Binary | 10001111 | 11001110 | 10101001 | 11111 | 0 | 10010 | 10011 | 10010001 | 100111 | 1000100 |
Color Harmonies of #8FCEA9
Complementary color
Monochromatic Colors of #8FCEA9
Black with #8FCEA9
Text Example
Text Example
White with #8FCEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEA9; }
p { color: rgb(143,206,169); }
H1.HeaderClassName
{
color: #8FCEA9;
}
.AnyTagClassName
{
color: #8FCEA9;
}
</style>
background-color css
<style>
a { background-color: #8FCEA9; }
a { background-color: rgb(143,206,169); }
div.DivClassName
{
background-color: #8FCEA9;
}
.BgClassName
{
background-color: #8FCEA9;
}
</style>
border-color css
<style>
span { border-color: #8FCEA9; }
span { border-color: rgb(143,206,169); }
td.TdClassName
{
border-color: #8FCEA9;
}
.TagClassName
{
border-color: #8FCEA9;
}
</style>