Shades of Vista Blue #8FDBAF
Tints of Vista Blue #8FDBAF
RGB
CMYK
RGB Variations
Color information
#8FDBAF (or 0x8FDBAF) is known color: Vista Blue. HEX triplet: 8F, DB and AF. RGB value is (143,219,175). Sum of RGB (Red+Green+Blue) = 143+219+175=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDBAF is #702450. Grayscale: #BFBFBF. Windows color (decimal): -7349329 or 11525007. OLE color: 11525007.
HSL color Cylindrical-coordinate representation of color #8FDBAF: hue angle of 145.26º 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 #8FDBAF is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 175 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.14 |
| HSL | 145.26º | 0.51% | 0.71% | - |
| HSV(B) | 145.26º | 0.35% | 0.86% | - |
| XYZ | 44.4 | 59.6 | 49.72 | - |
| YUV | 191.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 175 | 0.35 | 0 | 0.20 | 0.14 | 145.26 | 0.51 | 0.71 |
| Hex | 8F | DB | AF | 23 | 0 | 14 | E | 91 | 33 | 47 |
| Octal | 217 | 333 | 257 | 43 | 0 | 24 | 16 | 221 | 63 | 107 |
| Binary | 10001111 | 11011011 | 10101111 | 100011 | 0 | 10100 | 1110 | 10010001 | 110011 | 1000111 |
Color Harmonies of #8FDBAF
Complementary color
Monochromatic Colors of #8FDBAF
Black with #8FDBAF
Text Example
Text Example
White with #8FDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBAF; }
p { color: rgb(143,219,175); }
H1.HeaderClassName
{
color: #8FDBAF;
}
.AnyTagClassName
{
color: #8FDBAF;
}
</style>
background-color css
<style>
a { background-color: #8FDBAF; }
a { background-color: rgb(143,219,175); }
div.DivClassName
{
background-color: #8FDBAF;
}
.BgClassName
{
background-color: #8FDBAF;
}
</style>
border-color css
<style>
span { border-color: #8FDBAF; }
span { border-color: rgb(143,219,175); }
td.TdClassName
{
border-color: #8FDBAF;
}
.TagClassName
{
border-color: #8FDBAF;
}
</style>