Shades of Vista Blue #8FDAB5
Tints of Vista Blue #8FDAB5
RGB
CMYK
RGB Variations
Color information
#8FDAB5 (or 0x8FDAB5) is known color: Vista Blue. HEX triplet: 8F, DA and B5. RGB value is (143,218,181). Sum of RGB (Red+Green+Blue) = 143+218+181=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDAB5 is #70254A. Grayscale: #BFBFBF. Windows color (decimal): -7349579 or 11917967. OLE color: 11917967.
HSL color Cylindrical-coordinate representation of color #8FDAB5: hue angle of 150.4º 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 #8FDAB5 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 181 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.15 |
| HSL | 150.4º | 0.5% | 0.71% | - |
| HSV(B) | 150.4º | 0.34% | 0.85% | - |
| XYZ | 44.74 | 59.32 | 52.81 | - |
| YUV | 191.36 | 122.15 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 181 | 0.34 | 0 | 0.17 | 0.15 | 150.4 | 0.5 | 0.71 |
| Hex | 8F | DA | B5 | 22 | 0 | 11 | F | 96 | 32 | 47 |
| Octal | 217 | 332 | 265 | 42 | 0 | 21 | 17 | 226 | 62 | 107 |
| Binary | 10001111 | 11011010 | 10110101 | 100010 | 0 | 10001 | 1111 | 10010110 | 110010 | 1000111 |
Color Harmonies of #8FDAB5
Complementary color
Monochromatic Colors of #8FDAB5
Black with #8FDAB5
Text Example
Text Example
White with #8FDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDAB5; }
p { color: rgb(143,218,181); }
H1.HeaderClassName
{
color: #8FDAB5;
}
.AnyTagClassName
{
color: #8FDAB5;
}
</style>
background-color css
<style>
a { background-color: #8FDAB5; }
a { background-color: rgb(143,218,181); }
div.DivClassName
{
background-color: #8FDAB5;
}
.BgClassName
{
background-color: #8FDAB5;
}
</style>
border-color css
<style>
span { border-color: #8FDAB5; }
span { border-color: rgb(143,218,181); }
td.TdClassName
{
border-color: #8FDAB5;
}
.TagClassName
{
border-color: #8FDAB5;
}
</style>