Shades of Vista Blue #8FFAB6
Tints of Vista Blue #8FFAB6
RGB
CMYK
RGB Variations
Color information
#8FFAB6 (or 0x8FFAB6) is known color: Vista Blue. HEX triplet: 8F, FA and B6. RGB value is (143,250,182). Sum of RGB (Red+Green+Blue) = 143+250+182=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFAB6 is #700549. Grayscale: #D2D2D2. Windows color (decimal): -7341386 or 11991695. OLE color: 11991695.
HSL color Cylindrical-coordinate representation of color #8FFAB6: hue angle of 141.87º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFAB6 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 250 | 182 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.02 |
| HSL | 141.87º | 0.91% | 0.77% | - |
| HSV(B) | 141.87º | 0.43% | 0.98% | - |
| XYZ | 53.96 | 77.59 | 56.39 | - |
| YUV | 210.26 | 112.05 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 250 | 182 | 0.43 | 0 | 0.27 | 0.02 | 141.87 | 0.91 | 0.77 |
| Hex | 8F | FA | B6 | 2B | 0 | 1B | 2 | 8E | 5B | 4D |
| Octal | 217 | 372 | 266 | 53 | 0 | 33 | 2 | 216 | 133 | 115 |
| Binary | 10001111 | 11111010 | 10110110 | 101011 | 0 | 11011 | 10 | 10001110 | 1011011 | 1001101 |
Color Harmonies of #8FFAB6
Complementary color
Monochromatic Colors of #8FFAB6
Black with #8FFAB6
Text Example
Text Example
White with #8FFAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFAB6; }
p { color: rgb(143,250,182); }
H1.HeaderClassName
{
color: #8FFAB6;
}
.AnyTagClassName
{
color: #8FFAB6;
}
</style>
background-color css
<style>
a { background-color: #8FFAB6; }
a { background-color: rgb(143,250,182); }
div.DivClassName
{
background-color: #8FFAB6;
}
.BgClassName
{
background-color: #8FFAB6;
}
</style>
border-color css
<style>
span { border-color: #8FFAB6; }
span { border-color: rgb(143,250,182); }
td.TdClassName
{
border-color: #8FFAB6;
}
.TagClassName
{
border-color: #8FFAB6;
}
</style>