Shades of Vista Blue #8FDAB7
Tints of Vista Blue #8FDAB7
RGB
CMYK
RGB Variations
Color information
#8FDAB7 (or 0x8FDAB7) is known color: Vista Blue. HEX triplet: 8F, DA and B7. RGB value is (143,218,183). Sum of RGB (Red+Green+Blue) = 143+218+183=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDAB7 is #702548. Grayscale: #BFBFBF. Windows color (decimal): -7349577 or 12049039. OLE color: 12049039.
HSL color Cylindrical-coordinate representation of color #8FDAB7: hue angle of 152º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FDAB7 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 183 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.15 |
| HSL | 152º | 0.5% | 0.71% | - |
| HSV(B) | 152º | 0.34% | 0.85% | - |
| XYZ | 44.95 | 59.4 | 53.9 | - |
| YUV | 191.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 183 | 0.34 | 0 | 0.16 | 0.15 | 152 | 0.5 | 0.71 |
| Hex | 8F | DA | B7 | 22 | 0 | 10 | F | 98 | 32 | 47 |
| Octal | 217 | 332 | 267 | 42 | 0 | 20 | 17 | 230 | 62 | 107 |
| Binary | 10001111 | 11011010 | 10110111 | 100010 | 0 | 10000 | 1111 | 10011000 | 110010 | 1000111 |
Color Harmonies of #8FDAB7
Complementary color
Monochromatic Colors of #8FDAB7
Black with #8FDAB7
Text Example
Text Example
White with #8FDAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDAB7; }
p { color: rgb(143,218,183); }
H1.HeaderClassName
{
color: #8FDAB7;
}
.AnyTagClassName
{
color: #8FDAB7;
}
</style>
background-color css
<style>
a { background-color: #8FDAB7; }
a { background-color: rgb(143,218,183); }
div.DivClassName
{
background-color: #8FDAB7;
}
.BgClassName
{
background-color: #8FDAB7;
}
</style>
border-color css
<style>
span { border-color: #8FDAB7; }
span { border-color: rgb(143,218,183); }
td.TdClassName
{
border-color: #8FDAB7;
}
.TagClassName
{
border-color: #8FDAB7;
}
</style>