Shades of Vista Blue #8FDAB9
Tints of Vista Blue #8FDAB9
RGB
CMYK
RGB Variations
Color information
#8FDAB9 (or 0x8FDAB9) is known color: Vista Blue. HEX triplet: 8F, DA and B9. RGB value is (143,218,185). Sum of RGB (Red+Green+Blue) = 143+218+185=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDAB9 is #702546. Grayscale: #BFBFBF. Windows color (decimal): -7349575 or 12180111. OLE color: 12180111.
HSL color Cylindrical-coordinate representation of color #8FDAB9: hue angle of 153.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 #8FDAB9 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 185 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.15 |
| HSL | 153.6º | 0.5% | 0.71% | - |
| HSV(B) | 153.6º | 0.34% | 0.85% | - |
| XYZ | 45.16 | 59.49 | 55 | - |
| YUV | 191.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 185 | 0.34 | 0 | 0.15 | 0.15 | 153.6 | 0.5 | 0.71 |
| Hex | 8F | DA | B9 | 22 | 0 | F | F | 9A | 32 | 47 |
| Octal | 217 | 332 | 271 | 42 | 0 | 17 | 17 | 232 | 62 | 107 |
| Binary | 10001111 | 11011010 | 10111001 | 100010 | 0 | 1111 | 1111 | 10011010 | 110010 | 1000111 |
Color Harmonies of #8FDAB9
Complementary color
Monochromatic Colors of #8FDAB9
Black with #8FDAB9
Text Example
Text Example
White with #8FDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDAB9; }
p { color: rgb(143,218,185); }
H1.HeaderClassName
{
color: #8FDAB9;
}
.AnyTagClassName
{
color: #8FDAB9;
}
</style>
background-color css
<style>
a { background-color: #8FDAB9; }
a { background-color: rgb(143,218,185); }
div.DivClassName
{
background-color: #8FDAB9;
}
.BgClassName
{
background-color: #8FDAB9;
}
</style>
border-color css
<style>
span { border-color: #8FDAB9; }
span { border-color: rgb(143,218,185); }
td.TdClassName
{
border-color: #8FDAB9;
}
.TagClassName
{
border-color: #8FDAB9;
}
</style>