Shades of Vista Blue #8FCEA6
Tints of Vista Blue #8FCEA6
RGB
CMYK
RGB Variations
Color information
#8FCEA6 (or 0x8FCEA6) is known color: Vista Blue. HEX triplet: 8F, CE and A6. RGB value is (143,206,166). Sum of RGB (Red+Green+Blue) = 143+206+166=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCEA6 is #703159. Grayscale: #B6B6B6. Windows color (decimal): -7352666 or 10931855. OLE color: 10931855.
HSL color Cylindrical-coordinate representation of color #8FCEA6: hue angle of 141.9º 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 #8FCEA6 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 206 | 166 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.19 |
| HSL | 141.9º | 0.39% | 0.68% | - |
| HSV(B) | 141.9º | 0.31% | 0.81% | - |
| XYZ | 40.28 | 52.74 | 44.13 | - |
| YUV | 182.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 166 | 0.31 | 0 | 0.19 | 0.19 | 141.9 | 0.39 | 0.68 |
| Hex | 8F | CE | A6 | 1F | 0 | 13 | 13 | 8E | 27 | 44 |
| Octal | 217 | 316 | 246 | 37 | 0 | 23 | 23 | 216 | 47 | 104 |
| Binary | 10001111 | 11001110 | 10100110 | 11111 | 0 | 10011 | 10011 | 10001110 | 100111 | 1000100 |
Color Harmonies of #8FCEA6
Complementary color
Monochromatic Colors of #8FCEA6
Black with #8FCEA6
Text Example
Text Example
White with #8FCEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEA6; }
p { color: rgb(143,206,166); }
H1.HeaderClassName
{
color: #8FCEA6;
}
.AnyTagClassName
{
color: #8FCEA6;
}
</style>
background-color css
<style>
a { background-color: #8FCEA6; }
a { background-color: rgb(143,206,166); }
div.DivClassName
{
background-color: #8FCEA6;
}
.BgClassName
{
background-color: #8FCEA6;
}
</style>
border-color css
<style>
span { border-color: #8FCEA6; }
span { border-color: rgb(143,206,166); }
td.TdClassName
{
border-color: #8FCEA6;
}
.TagClassName
{
border-color: #8FCEA6;
}
</style>