Shades of Vista Blue #8FD7BA
Tints of Vista Blue #8FD7BA
RGB
CMYK
RGB Variations
Color information
#8FD7BA (or 0x8FD7BA) is known color: Vista Blue. HEX triplet: 8F, D7 and BA. RGB value is (143,215,186). Sum of RGB (Red+Green+Blue) = 143+215+186=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD7BA is #702845. Grayscale: #BEBEBE. Windows color (decimal): -7350342 or 12244879. OLE color: 12244879.
HSL color Cylindrical-coordinate representation of color #8FD7BA: hue angle of 155.83º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD7BA is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 215 | 186 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.16 |
| HSL | 155.83º | 0.47% | 0.7% | - |
| HSV(B) | 155.83º | 0.33% | 0.84% | - |
| XYZ | 44.49 | 57.99 | 55.3 | - |
| YUV | 190.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 215 | 186 | 0.33 | 0 | 0.13 | 0.16 | 155.83 | 0.47 | 0.7 |
| Hex | 8F | D7 | BA | 21 | 0 | D | 10 | 9C | 2F | 46 |
| Octal | 217 | 327 | 272 | 41 | 0 | 15 | 20 | 234 | 57 | 106 |
| Binary | 10001111 | 11010111 | 10111010 | 100001 | 0 | 1101 | 10000 | 10011100 | 101111 | 1000110 |
Color Harmonies of #8FD7BA
Complementary color
Monochromatic Colors of #8FD7BA
Black with #8FD7BA
Text Example
Text Example
White with #8FD7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD7BA; }
p { color: rgb(143,215,186); }
H1.HeaderClassName
{
color: #8FD7BA;
}
.AnyTagClassName
{
color: #8FD7BA;
}
</style>
background-color css
<style>
a { background-color: #8FD7BA; }
a { background-color: rgb(143,215,186); }
div.DivClassName
{
background-color: #8FD7BA;
}
.BgClassName
{
background-color: #8FD7BA;
}
</style>
border-color css
<style>
span { border-color: #8FD7BA; }
span { border-color: rgb(143,215,186); }
td.TdClassName
{
border-color: #8FD7BA;
}
.TagClassName
{
border-color: #8FD7BA;
}
</style>