Shades of Vista Blue #8FEDAB
Tints of Vista Blue #8FEDAB
RGB
CMYK
RGB Variations
Color information
#8FEDAB (or 0x8FEDAB) is known color: Vista Blue. HEX triplet: 8F, ED and AB. RGB value is (143,237,171). Sum of RGB (Red+Green+Blue) = 143+237+171=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEDAB is #701254. Grayscale: #C9C9C9. Windows color (decimal): -7344725 or 11267471. OLE color: 11267471.
HSL color Cylindrical-coordinate representation of color #8FEDAB: hue angle of 137.87º 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 #8FEDAB is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 171 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.07 |
| HSL | 137.87º | 0.72% | 0.75% | - |
| HSV(B) | 137.87º | 0.4% | 0.93% | - |
| XYZ | 48.96 | 69.35 | 49.33 | - |
| YUV | 201.37 | 110.86 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 171 | 0.40 | 0 | 0.28 | 0.07 | 137.87 | 0.72 | 0.75 |
| Hex | 8F | ED | AB | 28 | 0 | 1C | 7 | 8A | 48 | 4B |
| Octal | 217 | 355 | 253 | 50 | 0 | 34 | 7 | 212 | 110 | 113 |
| Binary | 10001111 | 11101101 | 10101011 | 101000 | 0 | 11100 | 111 | 10001010 | 1001000 | 1001011 |
Color Harmonies of #8FEDAB
Complementary color
Monochromatic Colors of #8FEDAB
Black with #8FEDAB
Text Example
Text Example
White with #8FEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDAB; }
p { color: rgb(143,237,171); }
H1.HeaderClassName
{
color: #8FEDAB;
}
.AnyTagClassName
{
color: #8FEDAB;
}
</style>
background-color css
<style>
a { background-color: #8FEDAB; }
a { background-color: rgb(143,237,171); }
div.DivClassName
{
background-color: #8FEDAB;
}
.BgClassName
{
background-color: #8FEDAB;
}
</style>
border-color css
<style>
span { border-color: #8FEDAB; }
span { border-color: rgb(143,237,171); }
td.TdClassName
{
border-color: #8FEDAB;
}
.TagClassName
{
border-color: #8FEDAB;
}
</style>