Shades of Vista Blue #8FDBAA
Tints of Vista Blue #8FDBAA
RGB
CMYK
RGB Variations
Color information
#8FDBAA (or 0x8FDBAA) is known color: Vista Blue. HEX triplet: 8F, DB and AA. RGB value is (143,219,170). Sum of RGB (Red+Green+Blue) = 143+219+170=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDBAA is #702455. Grayscale: #BEBEBE. Windows color (decimal): -7349334 or 11197327. OLE color: 11197327.
HSL color Cylindrical-coordinate representation of color #8FDBAA: hue angle of 141.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDBAA is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 170 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.14 |
| HSL | 141.32º | 0.51% | 0.71% | - |
| HSV(B) | 141.32º | 0.35% | 0.86% | - |
| XYZ | 43.91 | 59.4 | 47.18 | - |
| YUV | 190.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 170 | 0.35 | 0 | 0.22 | 0.14 | 141.32 | 0.51 | 0.71 |
| Hex | 8F | DB | AA | 23 | 0 | 16 | E | 8D | 33 | 47 |
| Octal | 217 | 333 | 252 | 43 | 0 | 26 | 16 | 215 | 63 | 107 |
| Binary | 10001111 | 11011011 | 10101010 | 100011 | 0 | 10110 | 1110 | 10001101 | 110011 | 1000111 |
Color Harmonies of #8FDBAA
Complementary color
Monochromatic Colors of #8FDBAA
Black with #8FDBAA
Text Example
Text Example
White with #8FDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBAA; }
p { color: rgb(143,219,170); }
H1.HeaderClassName
{
color: #8FDBAA;
}
.AnyTagClassName
{
color: #8FDBAA;
}
</style>
background-color css
<style>
a { background-color: #8FDBAA; }
a { background-color: rgb(143,219,170); }
div.DivClassName
{
background-color: #8FDBAA;
}
.BgClassName
{
background-color: #8FDBAA;
}
</style>
border-color css
<style>
span { border-color: #8FDBAA; }
span { border-color: rgb(143,219,170); }
td.TdClassName
{
border-color: #8FDBAA;
}
.TagClassName
{
border-color: #8FDBAA;
}
</style>