Shades of Vista Blue #8FDAAB
Tints of Vista Blue #8FDAAB
RGB
CMYK
RGB Variations
Color information
#8FDAAB (or 0x8FDAAB) is known color: Vista Blue. HEX triplet: 8F, DA and AB. RGB value is (143,218,171). Sum of RGB (Red+Green+Blue) = 143+218+171=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDAAB is #702554. Grayscale: #BEBEBE. Windows color (decimal): -7349589 or 11262607. OLE color: 11262607.
HSL color Cylindrical-coordinate representation of color #8FDAAB: hue angle of 142.4º 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 #8FDAAB is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 171 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.15 |
| HSL | 142.4º | 0.5% | 0.71% | - |
| HSV(B) | 142.4º | 0.34% | 0.85% | - |
| XYZ | 43.75 | 58.92 | 47.6 | - |
| YUV | 190.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 171 | 0.34 | 0 | 0.22 | 0.15 | 142.4 | 0.5 | 0.71 |
| Hex | 8F | DA | AB | 22 | 0 | 16 | F | 8E | 32 | 47 |
| Octal | 217 | 332 | 253 | 42 | 0 | 26 | 17 | 216 | 62 | 107 |
| Binary | 10001111 | 11011010 | 10101011 | 100010 | 0 | 10110 | 1111 | 10001110 | 110010 | 1000111 |
Color Harmonies of #8FDAAB
Complementary color
Monochromatic Colors of #8FDAAB
Black with #8FDAAB
Text Example
Text Example
White with #8FDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDAAB; }
p { color: rgb(143,218,171); }
H1.HeaderClassName
{
color: #8FDAAB;
}
.AnyTagClassName
{
color: #8FDAAB;
}
</style>
background-color css
<style>
a { background-color: #8FDAAB; }
a { background-color: rgb(143,218,171); }
div.DivClassName
{
background-color: #8FDAAB;
}
.BgClassName
{
background-color: #8FDAAB;
}
</style>
border-color css
<style>
span { border-color: #8FDAAB; }
span { border-color: rgb(143,218,171); }
td.TdClassName
{
border-color: #8FDAAB;
}
.TagClassName
{
border-color: #8FDAAB;
}
</style>