Shades of Vista Blue #8FDCBA
Tints of Vista Blue #8FDCBA
RGB
CMYK
RGB Variations
Color information
#8FDCBA (or 0x8FDCBA) is known color: Vista Blue. HEX triplet: 8F, DC and BA. RGB value is (143,220,186). Sum of RGB (Red+Green+Blue) = 143+220+186=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCBA is #702345. Grayscale: #C1C1C1. Windows color (decimal): -7349062 or 12246159. OLE color: 12246159.
HSL color Cylindrical-coordinate representation of color #8FDCBA: hue angle of 153.51º degrees, saturation: 0.52, 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 #8FDCBA is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 186 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.14 |
| HSL | 153.51º | 0.52% | 0.71% | - |
| HSV(B) | 153.51º | 0.35% | 0.86% | - |
| XYZ | 45.78 | 60.57 | 55.73 | - |
| YUV | 193.1 | 123.99 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 186 | 0.35 | 0 | 0.15 | 0.14 | 153.51 | 0.52 | 0.71 |
| Hex | 8F | DC | BA | 23 | 0 | F | E | 9A | 34 | 47 |
| Octal | 217 | 334 | 272 | 43 | 0 | 17 | 16 | 232 | 64 | 107 |
| Binary | 10001111 | 11011100 | 10111010 | 100011 | 0 | 1111 | 1110 | 10011010 | 110100 | 1000111 |
Color Harmonies of #8FDCBA
Complementary color
Monochromatic Colors of #8FDCBA
Black with #8FDCBA
Text Example
Text Example
White with #8FDCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCBA; }
p { color: rgb(143,220,186); }
H1.HeaderClassName
{
color: #8FDCBA;
}
.AnyTagClassName
{
color: #8FDCBA;
}
</style>
background-color css
<style>
a { background-color: #8FDCBA; }
a { background-color: rgb(143,220,186); }
div.DivClassName
{
background-color: #8FDCBA;
}
.BgClassName
{
background-color: #8FDCBA;
}
</style>
border-color css
<style>
span { border-color: #8FDCBA; }
span { border-color: rgb(143,220,186); }
td.TdClassName
{
border-color: #8FDCBA;
}
.TagClassName
{
border-color: #8FDCBA;
}
</style>