Shades of Vista Blue #8FDCAA
Tints of Vista Blue #8FDCAA
RGB
CMYK
RGB Variations
Color information
#8FDCAA (or 0x8FDCAA) is known color: Vista Blue. HEX triplet: 8F, DC and AA. RGB value is (143,220,170). Sum of RGB (Red+Green+Blue) = 143+220+170=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDCAA is #702355. Grayscale: #BFBFBF. Windows color (decimal): -7349078 or 11197583. OLE color: 11197583.
HSL color Cylindrical-coordinate representation of color #8FDCAA: hue angle of 141.04º 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 #8FDCAA is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 170 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.14 |
| HSL | 141.04º | 0.52% | 0.71% | - |
| HSV(B) | 141.04º | 0.35% | 0.86% | - |
| XYZ | 44.18 | 59.93 | 47.27 | - |
| YUV | 191.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 170 | 0.35 | 0 | 0.23 | 0.14 | 141.04 | 0.52 | 0.71 |
| Hex | 8F | DC | AA | 23 | 0 | 17 | E | 8D | 34 | 47 |
| Octal | 217 | 334 | 252 | 43 | 0 | 27 | 16 | 215 | 64 | 107 |
| Binary | 10001111 | 11011100 | 10101010 | 100011 | 0 | 10111 | 1110 | 10001101 | 110100 | 1000111 |
Color Harmonies of #8FDCAA
Complementary color
Monochromatic Colors of #8FDCAA
Black with #8FDCAA
Text Example
Text Example
White with #8FDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCAA; }
p { color: rgb(143,220,170); }
H1.HeaderClassName
{
color: #8FDCAA;
}
.AnyTagClassName
{
color: #8FDCAA;
}
</style>
background-color css
<style>
a { background-color: #8FDCAA; }
a { background-color: rgb(143,220,170); }
div.DivClassName
{
background-color: #8FDCAA;
}
.BgClassName
{
background-color: #8FDCAA;
}
</style>
border-color css
<style>
span { border-color: #8FDCAA; }
span { border-color: rgb(143,220,170); }
td.TdClassName
{
border-color: #8FDCAA;
}
.TagClassName
{
border-color: #8FDCAA;
}
</style>