Shades of Vista Blue #8FDAAF
Tints of Vista Blue #8FDAAF
RGB
CMYK
RGB Variations
Color information
#8FDAAF (or 0x8FDAAF) is known color: Vista Blue. HEX triplet: 8F, DA and AF. RGB value is (143,218,175). Sum of RGB (Red+Green+Blue) = 143+218+175=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDAAF is #702550. Grayscale: #BEBEBE. Windows color (decimal): -7349585 or 11524751. OLE color: 11524751.
HSL color Cylindrical-coordinate representation of color #8FDAAF: hue angle of 145.6º 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 #8FDAAF is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 175 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.15 |
| HSL | 145.6º | 0.5% | 0.71% | - |
| HSV(B) | 145.6º | 0.34% | 0.85% | - |
| XYZ | 44.14 | 59.08 | 49.63 | - |
| YUV | 190.67 | 119.15 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 175 | 0.34 | 0 | 0.20 | 0.15 | 145.6 | 0.5 | 0.71 |
| Hex | 8F | DA | AF | 22 | 0 | 14 | F | 92 | 32 | 47 |
| Octal | 217 | 332 | 257 | 42 | 0 | 24 | 17 | 222 | 62 | 107 |
| Binary | 10001111 | 11011010 | 10101111 | 100010 | 0 | 10100 | 1111 | 10010010 | 110010 | 1000111 |
Color Harmonies of #8FDAAF
Complementary color
Monochromatic Colors of #8FDAAF
Black with #8FDAAF
Text Example
Text Example
White with #8FDAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDAAF; }
p { color: rgb(143,218,175); }
H1.HeaderClassName
{
color: #8FDAAF;
}
.AnyTagClassName
{
color: #8FDAAF;
}
</style>
background-color css
<style>
a { background-color: #8FDAAF; }
a { background-color: rgb(143,218,175); }
div.DivClassName
{
background-color: #8FDAAF;
}
.BgClassName
{
background-color: #8FDAAF;
}
</style>
border-color css
<style>
span { border-color: #8FDAAF; }
span { border-color: rgb(143,218,175); }
td.TdClassName
{
border-color: #8FDAAF;
}
.TagClassName
{
border-color: #8FDAAF;
}
</style>