Shades of Vista Blue #8FEAB9
Tints of Vista Blue #8FEAB9
RGB
CMYK
RGB Variations
Color information
#8FEAB9 (or 0x8FEAB9) is known color: Vista Blue. HEX triplet: 8F, EA and B9. RGB value is (143,234,185). Sum of RGB (Red+Green+Blue) = 143+234+185=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEAB9 is #701546. Grayscale: #C9C9C9. Windows color (decimal): -7345479 or 12184207. OLE color: 12184207.
HSL color Cylindrical-coordinate representation of color #8FEAB9: hue angle of 147.69º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEAB9 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 234 | 185 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.08 |
| HSL | 147.69º | 0.68% | 0.74% | - |
| HSV(B) | 147.69º | 0.39% | 0.92% | - |
| XYZ | 49.51 | 68.19 | 56.45 | - |
| YUV | 201.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 234 | 185 | 0.39 | 0 | 0.21 | 0.08 | 147.69 | 0.68 | 0.74 |
| Hex | 8F | EA | B9 | 27 | 0 | 15 | 8 | 94 | 44 | 4A |
| Octal | 217 | 352 | 271 | 47 | 0 | 25 | 10 | 224 | 104 | 112 |
| Binary | 10001111 | 11101010 | 10111001 | 100111 | 0 | 10101 | 1000 | 10010100 | 1000100 | 1001010 |
Color Harmonies of #8FEAB9
Complementary color
Monochromatic Colors of #8FEAB9
Black with #8FEAB9
Text Example
Text Example
White with #8FEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEAB9; }
p { color: rgb(143,234,185); }
H1.HeaderClassName
{
color: #8FEAB9;
}
.AnyTagClassName
{
color: #8FEAB9;
}
</style>
background-color css
<style>
a { background-color: #8FEAB9; }
a { background-color: rgb(143,234,185); }
div.DivClassName
{
background-color: #8FEAB9;
}
.BgClassName
{
background-color: #8FEAB9;
}
</style>
border-color css
<style>
span { border-color: #8FEAB9; }
span { border-color: rgb(143,234,185); }
td.TdClassName
{
border-color: #8FEAB9;
}
.TagClassName
{
border-color: #8FEAB9;
}
</style>