Shades of Vista Blue #8FEDAA
Tints of Vista Blue #8FEDAA
RGB
CMYK
RGB Variations
Color information
#8FEDAA (or 0x8FEDAA) is known color: Vista Blue. HEX triplet: 8F, ED and AA. RGB value is (143,237,170). Sum of RGB (Red+Green+Blue) = 143+237+170=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEDAA is #701255. Grayscale: #C9C9C9. Windows color (decimal): -7344726 or 11201935. OLE color: 11201935.
HSL color Cylindrical-coordinate representation of color #8FEDAA: hue angle of 137.23º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDAA is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 170 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.07 |
| HSL | 137.23º | 0.72% | 0.75% | - |
| HSV(B) | 137.23º | 0.4% | 0.93% | - |
| XYZ | 48.87 | 69.31 | 48.83 | - |
| YUV | 201.26 | 110.36 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 170 | 0.40 | 0 | 0.28 | 0.07 | 137.23 | 0.72 | 0.75 |
| Hex | 8F | ED | AA | 28 | 0 | 1C | 7 | 89 | 48 | 4B |
| Octal | 217 | 355 | 252 | 50 | 0 | 34 | 7 | 211 | 110 | 113 |
| Binary | 10001111 | 11101101 | 10101010 | 101000 | 0 | 11100 | 111 | 10001001 | 1001000 | 1001011 |
Color Harmonies of #8FEDAA
Complementary color
Monochromatic Colors of #8FEDAA
Black with #8FEDAA
Text Example
Text Example
White with #8FEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDAA; }
p { color: rgb(143,237,170); }
H1.HeaderClassName
{
color: #8FEDAA;
}
.AnyTagClassName
{
color: #8FEDAA;
}
</style>
background-color css
<style>
a { background-color: #8FEDAA; }
a { background-color: rgb(143,237,170); }
div.DivClassName
{
background-color: #8FEDAA;
}
.BgClassName
{
background-color: #8FEDAA;
}
</style>
border-color css
<style>
span { border-color: #8FEDAA; }
span { border-color: rgb(143,237,170); }
td.TdClassName
{
border-color: #8FEDAA;
}
.TagClassName
{
border-color: #8FEDAA;
}
</style>