Shades of Vista Blue #8FEDAF
Tints of Vista Blue #8FEDAF
RGB
CMYK
RGB Variations
Color information
#8FEDAF (or 0x8FEDAF) is known color: Vista Blue. HEX triplet: 8F, ED and AF. RGB value is (143,237,175). Sum of RGB (Red+Green+Blue) = 143+237+175=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEDAF is #701250. Grayscale: #C9C9C9. Windows color (decimal): -7344721 or 11529615. OLE color: 11529615.
HSL color Cylindrical-coordinate representation of color #8FEDAF: hue angle of 140.43º 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 #8FEDAF is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 175 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.07 |
| HSL | 140.43º | 0.72% | 0.75% | - |
| HSV(B) | 140.43º | 0.4% | 0.93% | - |
| XYZ | 49.35 | 69.5 | 51.37 | - |
| YUV | 201.83 | 112.86 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 175 | 0.40 | 0 | 0.26 | 0.07 | 140.43 | 0.72 | 0.75 |
| Hex | 8F | ED | AF | 28 | 0 | 1A | 7 | 8C | 48 | 4B |
| Octal | 217 | 355 | 257 | 50 | 0 | 32 | 7 | 214 | 110 | 113 |
| Binary | 10001111 | 11101101 | 10101111 | 101000 | 0 | 11010 | 111 | 10001100 | 1001000 | 1001011 |
Color Harmonies of #8FEDAF
Complementary color
Monochromatic Colors of #8FEDAF
Black with #8FEDAF
Text Example
Text Example
White with #8FEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDAF; }
p { color: rgb(143,237,175); }
H1.HeaderClassName
{
color: #8FEDAF;
}
.AnyTagClassName
{
color: #8FEDAF;
}
</style>
background-color css
<style>
a { background-color: #8FEDAF; }
a { background-color: rgb(143,237,175); }
div.DivClassName
{
background-color: #8FEDAF;
}
.BgClassName
{
background-color: #8FEDAF;
}
</style>
border-color css
<style>
span { border-color: #8FEDAF; }
span { border-color: rgb(143,237,175); }
td.TdClassName
{
border-color: #8FEDAF;
}
.TagClassName
{
border-color: #8FEDAF;
}
</style>