Shades of Vista Blue #8FDDBA
Tints of Vista Blue #8FDDBA
RGB
CMYK
RGB Variations
Color information
#8FDDBA (or 0x8FDDBA) is known color: Vista Blue. HEX triplet: 8F, DD and BA. RGB value is (143,221,186). Sum of RGB (Red+Green+Blue) = 143+221+186=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDBA is #702245. Grayscale: #C1C1C1. Windows color (decimal): -7348806 or 12246415. OLE color: 12246415.
HSL color Cylindrical-coordinate representation of color #8FDDBA: hue angle of 153.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDDBA is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 186 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.13 |
| HSL | 153.08º | 0.53% | 0.71% | - |
| HSV(B) | 153.08º | 0.35% | 0.87% | - |
| XYZ | 46.05 | 61.1 | 55.82 | - |
| YUV | 193.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 186 | 0.35 | 0 | 0.16 | 0.13 | 153.08 | 0.53 | 0.71 |
| Hex | 8F | DD | BA | 23 | 0 | 10 | D | 99 | 35 | 47 |
| Octal | 217 | 335 | 272 | 43 | 0 | 20 | 15 | 231 | 65 | 107 |
| Binary | 10001111 | 11011101 | 10111010 | 100011 | 0 | 10000 | 1101 | 10011001 | 110101 | 1000111 |
Color Harmonies of #8FDDBA
Complementary color
Monochromatic Colors of #8FDDBA
Black with #8FDDBA
Text Example
Text Example
White with #8FDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDDBA; }
p { color: rgb(143,221,186); }
H1.HeaderClassName
{
color: #8FDDBA;
}
.AnyTagClassName
{
color: #8FDDBA;
}
</style>
background-color css
<style>
a { background-color: #8FDDBA; }
a { background-color: rgb(143,221,186); }
div.DivClassName
{
background-color: #8FDDBA;
}
.BgClassName
{
background-color: #8FDDBA;
}
</style>
border-color css
<style>
span { border-color: #8FDDBA; }
span { border-color: rgb(143,221,186); }
td.TdClassName
{
border-color: #8FDDBA;
}
.TagClassName
{
border-color: #8FDDBA;
}
</style>