Shades of Vista Blue #8FDAAA
Tints of Vista Blue #8FDAAA
RGB
CMYK
RGB Variations
Color information
#8FDAAA (or 0x8FDAAA) is known color: Vista Blue. HEX triplet: 8F, DA and AA. RGB value is (143,218,170). Sum of RGB (Red+Green+Blue) = 143+218+170=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDAAA is #702555. Grayscale: #BEBEBE. Windows color (decimal): -7349590 or 11197071. OLE color: 11197071.
HSL color Cylindrical-coordinate representation of color #8FDAAA: hue angle of 141.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FDAAA is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 170 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.15 |
| HSL | 141.6º | 0.5% | 0.71% | - |
| HSV(B) | 141.6º | 0.34% | 0.85% | - |
| XYZ | 43.65 | 58.88 | 47.1 | - |
| YUV | 190.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 170 | 0.34 | 0 | 0.22 | 0.15 | 141.6 | 0.5 | 0.71 |
| Hex | 8F | DA | AA | 22 | 0 | 16 | F | 8E | 32 | 47 |
| Octal | 217 | 332 | 252 | 42 | 0 | 26 | 17 | 216 | 62 | 107 |
| Binary | 10001111 | 11011010 | 10101010 | 100010 | 0 | 10110 | 1111 | 10001110 | 110010 | 1000111 |
Color Harmonies of #8FDAAA
Complementary color
Monochromatic Colors of #8FDAAA
Black with #8FDAAA
Text Example
Text Example
White with #8FDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDAAA; }
p { color: rgb(143,218,170); }
H1.HeaderClassName
{
color: #8FDAAA;
}
.AnyTagClassName
{
color: #8FDAAA;
}
</style>
background-color css
<style>
a { background-color: #8FDAAA; }
a { background-color: rgb(143,218,170); }
div.DivClassName
{
background-color: #8FDAAA;
}
.BgClassName
{
background-color: #8FDAAA;
}
</style>
border-color css
<style>
span { border-color: #8FDAAA; }
span { border-color: rgb(143,218,170); }
td.TdClassName
{
border-color: #8FDAAA;
}
.TagClassName
{
border-color: #8FDAAA;
}
</style>