Shades of Vista Blue #8FEAAA
Tints of Vista Blue #8FEAAA
RGB
CMYK
RGB Variations
Color information
#8FEAAA (or 0x8FEAAA) is known color: Vista Blue. HEX triplet: 8F, EA and AA. RGB value is (143,234,170). Sum of RGB (Red+Green+Blue) = 143+234+170=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEAAA is #701555. Grayscale: #C7C7C7. Windows color (decimal): -7345494 or 11201167. OLE color: 11201167.
HSL color Cylindrical-coordinate representation of color #8FEAAA: hue angle of 137.8º 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 #8FEAAA is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 234 | 170 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.08 |
| HSL | 137.8º | 0.68% | 0.74% | - |
| HSV(B) | 137.8º | 0.39% | 0.92% | - |
| XYZ | 48.01 | 67.59 | 48.55 | - |
| YUV | 199.5 | 111.35 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 234 | 170 | 0.39 | 0 | 0.27 | 0.08 | 137.8 | 0.68 | 0.74 |
| Hex | 8F | EA | AA | 27 | 0 | 1B | 8 | 8A | 44 | 4A |
| Octal | 217 | 352 | 252 | 47 | 0 | 33 | 10 | 212 | 104 | 112 |
| Binary | 10001111 | 11101010 | 10101010 | 100111 | 0 | 11011 | 1000 | 10001010 | 1000100 | 1001010 |
Color Harmonies of #8FEAAA
Complementary color
Monochromatic Colors of #8FEAAA
Black with #8FEAAA
Text Example
Text Example
White with #8FEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEAAA; }
p { color: rgb(143,234,170); }
H1.HeaderClassName
{
color: #8FEAAA;
}
.AnyTagClassName
{
color: #8FEAAA;
}
</style>
background-color css
<style>
a { background-color: #8FEAAA; }
a { background-color: rgb(143,234,170); }
div.DivClassName
{
background-color: #8FEAAA;
}
.BgClassName
{
background-color: #8FEAAA;
}
</style>
border-color css
<style>
span { border-color: #8FEAAA; }
span { border-color: rgb(143,234,170); }
td.TdClassName
{
border-color: #8FEAAA;
}
.TagClassName
{
border-color: #8FEAAA;
}
</style>