Shades of Vista Blue #8FE3BD
Tints of Vista Blue #8FE3BD
RGB
CMYK
RGB Variations
Color information
#8FE3BD (or 0x8FE3BD) is known color: Vista Blue. HEX triplet: 8F, E3 and BD. RGB value is (143,227,189). Sum of RGB (Red+Green+Blue) = 143+227+189=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE3BD is #701C42. Grayscale: #C5C5C5. Windows color (decimal): -7347267 or 12444559. OLE color: 12444559.
HSL color Cylindrical-coordinate representation of color #8FE3BD: hue angle of 152.86º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FE3BD is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 189 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.11 |
| HSL | 152.86º | 0.6% | 0.73% | - |
| HSV(B) | 152.86º | 0.37% | 0.89% | - |
| XYZ | 47.98 | 64.45 | 58.06 | - |
| YUV | 197.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 189 | 0.37 | 0 | 0.17 | 0.11 | 152.86 | 0.6 | 0.73 |
| Hex | 8F | E3 | BD | 25 | 0 | 11 | B | 99 | 3C | 49 |
| Octal | 217 | 343 | 275 | 45 | 0 | 21 | 13 | 231 | 74 | 111 |
| Binary | 10001111 | 11100011 | 10111101 | 100101 | 0 | 10001 | 1011 | 10011001 | 111100 | 1001001 |
Color Harmonies of #8FE3BD
Complementary color
Monochromatic Colors of #8FE3BD
Black with #8FE3BD
Text Example
Text Example
White with #8FE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE3BD; }
p { color: rgb(143,227,189); }
H1.HeaderClassName
{
color: #8FE3BD;
}
.AnyTagClassName
{
color: #8FE3BD;
}
</style>
background-color css
<style>
a { background-color: #8FE3BD; }
a { background-color: rgb(143,227,189); }
div.DivClassName
{
background-color: #8FE3BD;
}
.BgClassName
{
background-color: #8FE3BD;
}
</style>
border-color css
<style>
span { border-color: #8FE3BD; }
span { border-color: rgb(143,227,189); }
td.TdClassName
{
border-color: #8FE3BD;
}
.TagClassName
{
border-color: #8FE3BD;
}
</style>