Shades of Vista Blue #8FE0BA
Tints of Vista Blue #8FE0BA
RGB
CMYK
RGB Variations
Color information
#8FE0BA (or 0x8FE0BA) is known color: Vista Blue. HEX triplet: 8F, E0 and BA. RGB value is (143,224,186). Sum of RGB (Red+Green+Blue) = 143+224+186=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE0BA is #701F45. Grayscale: #C3C3C3. Windows color (decimal): -7348038 or 12247183. OLE color: 12247183.
HSL color Cylindrical-coordinate representation of color #8FE0BA: hue angle of 151.85º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FE0BA is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 186 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.12 |
| HSL | 151.85º | 0.57% | 0.72% | - |
| HSV(B) | 151.85º | 0.36% | 0.88% | - |
| XYZ | 46.85 | 62.7 | 56.09 | - |
| YUV | 195.45 | 122.66 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 186 | 0.36 | 0 | 0.17 | 0.12 | 151.85 | 0.57 | 0.72 |
| Hex | 8F | E0 | BA | 24 | 0 | 11 | C | 98 | 39 | 48 |
| Octal | 217 | 340 | 272 | 44 | 0 | 21 | 14 | 230 | 71 | 110 |
| Binary | 10001111 | 11100000 | 10111010 | 100100 | 0 | 10001 | 1100 | 10011000 | 111001 | 1001000 |
Color Harmonies of #8FE0BA
Complementary color
Monochromatic Colors of #8FE0BA
Black with #8FE0BA
Text Example
Text Example
White with #8FE0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0BA; }
p { color: rgb(143,224,186); }
H1.HeaderClassName
{
color: #8FE0BA;
}
.AnyTagClassName
{
color: #8FE0BA;
}
</style>
background-color css
<style>
a { background-color: #8FE0BA; }
a { background-color: rgb(143,224,186); }
div.DivClassName
{
background-color: #8FE0BA;
}
.BgClassName
{
background-color: #8FE0BA;
}
</style>
border-color css
<style>
span { border-color: #8FE0BA; }
span { border-color: rgb(143,224,186); }
td.TdClassName
{
border-color: #8FE0BA;
}
.TagClassName
{
border-color: #8FE0BA;
}
</style>