Shades of Vista Blue #8FDAB2
Tints of Vista Blue #8FDAB2
RGB
CMYK
RGB Variations
Color information
#8FDAB2 (or 0x8FDAB2) is known color: Vista Blue. HEX triplet: 8F, DA and B2. RGB value is (143,218,178). Sum of RGB (Red+Green+Blue) = 143+218+178=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDAB2 is #70254D. Grayscale: #BFBFBF. Windows color (decimal): -7349582 or 11721359. OLE color: 11721359.
HSL color Cylindrical-coordinate representation of color #8FDAB2: hue angle of 148º 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 #8FDAB2 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 178 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.15 |
| HSL | 148º | 0.5% | 0.71% | - |
| HSV(B) | 148º | 0.34% | 0.85% | - |
| XYZ | 44.43 | 59.2 | 51.2 | - |
| YUV | 191.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 178 | 0.34 | 0 | 0.18 | 0.15 | 148 | 0.5 | 0.71 |
| Hex | 8F | DA | B2 | 22 | 0 | 12 | F | 94 | 32 | 47 |
| Octal | 217 | 332 | 262 | 42 | 0 | 22 | 17 | 224 | 62 | 107 |
| Binary | 10001111 | 11011010 | 10110010 | 100010 | 0 | 10010 | 1111 | 10010100 | 110010 | 1000111 |
Color Harmonies of #8FDAB2
Complementary color
Monochromatic Colors of #8FDAB2
Black with #8FDAB2
Text Example
Text Example
White with #8FDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDAB2; }
p { color: rgb(143,218,178); }
H1.HeaderClassName
{
color: #8FDAB2;
}
.AnyTagClassName
{
color: #8FDAB2;
}
</style>
background-color css
<style>
a { background-color: #8FDAB2; }
a { background-color: rgb(143,218,178); }
div.DivClassName
{
background-color: #8FDAB2;
}
.BgClassName
{
background-color: #8FDAB2;
}
</style>
border-color css
<style>
span { border-color: #8FDAB2; }
span { border-color: rgb(143,218,178); }
td.TdClassName
{
border-color: #8FDAB2;
}
.TagClassName
{
border-color: #8FDAB2;
}
</style>