Shades of Vista Blue #8FDFAB
Tints of Vista Blue #8FDFAB
RGB
CMYK
RGB Variations
Color information
#8FDFAB (or 0x8FDFAB) is known color: Vista Blue. HEX triplet: 8F, DF and AB. RGB value is (143,223,171). Sum of RGB (Red+Green+Blue) = 143+223+171=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDFAB is #702054. Grayscale: #C1C1C1. Windows color (decimal): -7348309 or 11263887. OLE color: 11263887.
HSL color Cylindrical-coordinate representation of color #8FDFAB: hue angle of 141º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDFAB is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 171 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.13 |
| HSL | 141º | 0.56% | 0.72% | - |
| HSV(B) | 141º | 0.36% | 0.87% | - |
| XYZ | 45.07 | 61.56 | 48.03 | - |
| YUV | 193.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 171 | 0.36 | 0 | 0.23 | 0.13 | 141 | 0.56 | 0.72 |
| Hex | 8F | DF | AB | 24 | 0 | 17 | D | 8D | 38 | 48 |
| Octal | 217 | 337 | 253 | 44 | 0 | 27 | 15 | 215 | 70 | 110 |
| Binary | 10001111 | 11011111 | 10101011 | 100100 | 0 | 10111 | 1101 | 10001101 | 111000 | 1001000 |
Color Harmonies of #8FDFAB
Complementary color
Monochromatic Colors of #8FDFAB
Black with #8FDFAB
Text Example
Text Example
White with #8FDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFAB; }
p { color: rgb(143,223,171); }
H1.HeaderClassName
{
color: #8FDFAB;
}
.AnyTagClassName
{
color: #8FDFAB;
}
</style>
background-color css
<style>
a { background-color: #8FDFAB; }
a { background-color: rgb(143,223,171); }
div.DivClassName
{
background-color: #8FDFAB;
}
.BgClassName
{
background-color: #8FDFAB;
}
</style>
border-color css
<style>
span { border-color: #8FDFAB; }
span { border-color: rgb(143,223,171); }
td.TdClassName
{
border-color: #8FDFAB;
}
.TagClassName
{
border-color: #8FDFAB;
}
</style>