Shades of Vista Blue #8FDBBA
Tints of Vista Blue #8FDBBA
RGB
CMYK
RGB Variations
Color information
#8FDBBA (or 0x8FDBBA) is known color: Vista Blue. HEX triplet: 8F, DB and BA. RGB value is (143,219,186). Sum of RGB (Red+Green+Blue) = 143+219+186=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBBA is #702445. Grayscale: #C0C0C0. Windows color (decimal): -7349318 or 12245903. OLE color: 12245903.
HSL color Cylindrical-coordinate representation of color #8FDBBA: hue angle of 153.95º 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 #8FDBBA is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 186 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.14 |
| HSL | 153.95º | 0.51% | 0.71% | - |
| HSV(B) | 153.95º | 0.35% | 0.86% | - |
| XYZ | 45.52 | 60.05 | 55.65 | - |
| YUV | 192.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 186 | 0.35 | 0 | 0.15 | 0.14 | 153.95 | 0.51 | 0.71 |
| Hex | 8F | DB | BA | 23 | 0 | F | E | 9A | 33 | 47 |
| Octal | 217 | 333 | 272 | 43 | 0 | 17 | 16 | 232 | 63 | 107 |
| Binary | 10001111 | 11011011 | 10111010 | 100011 | 0 | 1111 | 1110 | 10011010 | 110011 | 1000111 |
Color Harmonies of #8FDBBA
Complementary color
Monochromatic Colors of #8FDBBA
Black with #8FDBBA
Text Example
Text Example
White with #8FDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBBA; }
p { color: rgb(143,219,186); }
H1.HeaderClassName
{
color: #8FDBBA;
}
.AnyTagClassName
{
color: #8FDBBA;
}
</style>
background-color css
<style>
a { background-color: #8FDBBA; }
a { background-color: rgb(143,219,186); }
div.DivClassName
{
background-color: #8FDBBA;
}
.BgClassName
{
background-color: #8FDBBA;
}
</style>
border-color css
<style>
span { border-color: #8FDBBA; }
span { border-color: rgb(143,219,186); }
td.TdClassName
{
border-color: #8FDBBA;
}
.TagClassName
{
border-color: #8FDBBA;
}
</style>