Shades of Vista Blue #8FECAA
Tints of Vista Blue #8FECAA
RGB
CMYK
RGB Variations
Color information
#8FECAA (or 0x8FECAA) is known color: Vista Blue. HEX triplet: 8F, EC and AA. RGB value is (143,236,170). Sum of RGB (Red+Green+Blue) = 143+236+170=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FECAA is #701355. Grayscale: #C8C8C8. Windows color (decimal): -7344982 or 11201679. OLE color: 11201679.
HSL color Cylindrical-coordinate representation of color #8FECAA: hue angle of 137.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FECAA is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 170 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.07 |
| HSL | 137.42º | 0.71% | 0.74% | - |
| HSV(B) | 137.42º | 0.39% | 0.93% | - |
| XYZ | 48.58 | 68.73 | 48.74 | - |
| YUV | 200.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 170 | 0.39 | 0 | 0.28 | 0.07 | 137.42 | 0.71 | 0.74 |
| Hex | 8F | EC | AA | 27 | 0 | 1C | 7 | 89 | 47 | 4A |
| Octal | 217 | 354 | 252 | 47 | 0 | 34 | 7 | 211 | 107 | 112 |
| Binary | 10001111 | 11101100 | 10101010 | 100111 | 0 | 11100 | 111 | 10001001 | 1000111 | 1001010 |
Color Harmonies of #8FECAA
Complementary color
Monochromatic Colors of #8FECAA
Black with #8FECAA
Text Example
Text Example
White with #8FECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECAA; }
p { color: rgb(143,236,170); }
H1.HeaderClassName
{
color: #8FECAA;
}
.AnyTagClassName
{
color: #8FECAA;
}
</style>
background-color css
<style>
a { background-color: #8FECAA; }
a { background-color: rgb(143,236,170); }
div.DivClassName
{
background-color: #8FECAA;
}
.BgClassName
{
background-color: #8FECAA;
}
</style>
border-color css
<style>
span { border-color: #8FECAA; }
span { border-color: rgb(143,236,170); }
td.TdClassName
{
border-color: #8FECAA;
}
.TagClassName
{
border-color: #8FECAA;
}
</style>