Shades of Vista Blue #8FDFAA
Tints of Vista Blue #8FDFAA
RGB
CMYK
RGB Variations
Color information
#8FDFAA (or 0x8FDFAA) is known color: Vista Blue. HEX triplet: 8F, DF and AA. RGB value is (143,223,170). Sum of RGB (Red+Green+Blue) = 143+223+170=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDFAA is #702055. Grayscale: #C1C1C1. Windows color (decimal): -7348310 or 11198351. OLE color: 11198351.
HSL color Cylindrical-coordinate representation of color #8FDFAA: hue angle of 140.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDFAA is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 170 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.13 |
| HSL | 140.25º | 0.56% | 0.72% | - |
| HSV(B) | 140.25º | 0.36% | 0.87% | - |
| XYZ | 44.97 | 61.52 | 47.53 | - |
| YUV | 193.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 170 | 0.36 | 0 | 0.24 | 0.13 | 140.25 | 0.56 | 0.72 |
| Hex | 8F | DF | AA | 24 | 0 | 18 | D | 8C | 38 | 48 |
| Octal | 217 | 337 | 252 | 44 | 0 | 30 | 15 | 214 | 70 | 110 |
| Binary | 10001111 | 11011111 | 10101010 | 100100 | 0 | 11000 | 1101 | 10001100 | 111000 | 1001000 |
Color Harmonies of #8FDFAA
Complementary color
Monochromatic Colors of #8FDFAA
Black with #8FDFAA
Text Example
Text Example
White with #8FDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFAA; }
p { color: rgb(143,223,170); }
H1.HeaderClassName
{
color: #8FDFAA;
}
.AnyTagClassName
{
color: #8FDFAA;
}
</style>
background-color css
<style>
a { background-color: #8FDFAA; }
a { background-color: rgb(143,223,170); }
div.DivClassName
{
background-color: #8FDFAA;
}
.BgClassName
{
background-color: #8FDFAA;
}
</style>
border-color css
<style>
span { border-color: #8FDFAA; }
span { border-color: rgb(143,223,170); }
td.TdClassName
{
border-color: #8FDFAA;
}
.TagClassName
{
border-color: #8FDFAA;
}
</style>