Shades of Vista Blue #8FF2BF
Tints of Vista Blue #8FF2BF
RGB
CMYK
RGB Variations
Color information
#8FF2BF (or 0x8FF2BF) is known color: Vista Blue. HEX triplet: 8F, F2 and BF. RGB value is (143,242,191). Sum of RGB (Red+Green+Blue) = 143+242+191=576 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.83% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF2BF is #700D40. Grayscale: #CECECE. Windows color (decimal): -7343425 or 12579471. OLE color: 12579471.
HSL color Cylindrical-coordinate representation of color #8FF2BF: hue angle of 149.09º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF2BF is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 242 | 191 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.05 |
| HSL | 149.09º | 0.79% | 0.75% | - |
| HSV(B) | 149.09º | 0.41% | 0.95% | - |
| XYZ | 52.48 | 73.11 | 60.63 | - |
| YUV | 206.59 | 119.2 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 191 | 0.41 | 0 | 0.21 | 0.05 | 149.09 | 0.79 | 0.75 |
| Hex | 8F | F2 | BF | 29 | 0 | 15 | 5 | 95 | 4F | 4B |
| Octal | 217 | 362 | 277 | 51 | 0 | 25 | 5 | 225 | 117 | 113 |
| Binary | 10001111 | 11110010 | 10111111 | 101001 | 0 | 10101 | 101 | 10010101 | 1001111 | 1001011 |
Color Harmonies of #8FF2BF
Complementary color
Monochromatic Colors of #8FF2BF
Black with #8FF2BF
Text Example
Text Example
White with #8FF2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2BF; }
p { color: rgb(143,242,191); }
H1.HeaderClassName
{
color: #8FF2BF;
}
.AnyTagClassName
{
color: #8FF2BF;
}
</style>
background-color css
<style>
a { background-color: #8FF2BF; }
a { background-color: rgb(143,242,191); }
div.DivClassName
{
background-color: #8FF2BF;
}
.BgClassName
{
background-color: #8FF2BF;
}
</style>
border-color css
<style>
span { border-color: #8FF2BF; }
span { border-color: rgb(143,242,191); }
td.TdClassName
{
border-color: #8FF2BF;
}
.TagClassName
{
border-color: #8FF2BF;
}
</style>