Shades of Vista Blue #8FF2BB
Tints of Vista Blue #8FF2BB
RGB
CMYK
RGB Variations
Color information
#8FF2BB (or 0x8FF2BB) is known color: Vista Blue. HEX triplet: 8F, F2 and BB. RGB value is (143,242,187). Sum of RGB (Red+Green+Blue) = 143+242+187=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF2BB is #700D44. Grayscale: #CECECE. Windows color (decimal): -7343429 or 12317327. OLE color: 12317327.
HSL color Cylindrical-coordinate representation of color #8FF2BB: hue angle of 146.67º 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 #8FF2BB is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 242 | 187 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.05 |
| HSL | 146.67º | 0.79% | 0.75% | - |
| HSV(B) | 146.67º | 0.41% | 0.95% | - |
| XYZ | 52.05 | 72.93 | 58.35 | - |
| YUV | 206.13 | 117.2 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 187 | 0.41 | 0 | 0.23 | 0.05 | 146.67 | 0.79 | 0.75 |
| Hex | 8F | F2 | BB | 29 | 0 | 17 | 5 | 93 | 4F | 4B |
| Octal | 217 | 362 | 273 | 51 | 0 | 27 | 5 | 223 | 117 | 113 |
| Binary | 10001111 | 11110010 | 10111011 | 101001 | 0 | 10111 | 101 | 10010011 | 1001111 | 1001011 |
Color Harmonies of #8FF2BB
Complementary color
Monochromatic Colors of #8FF2BB
Black with #8FF2BB
Text Example
Text Example
White with #8FF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2BB; }
p { color: rgb(143,242,187); }
H1.HeaderClassName
{
color: #8FF2BB;
}
.AnyTagClassName
{
color: #8FF2BB;
}
</style>
background-color css
<style>
a { background-color: #8FF2BB; }
a { background-color: rgb(143,242,187); }
div.DivClassName
{
background-color: #8FF2BB;
}
.BgClassName
{
background-color: #8FF2BB;
}
</style>
border-color css
<style>
span { border-color: #8FF2BB; }
span { border-color: rgb(143,242,187); }
td.TdClassName
{
border-color: #8FF2BB;
}
.TagClassName
{
border-color: #8FF2BB;
}
</style>