Shades of Vista Blue #8FDAB8
Tints of Vista Blue #8FDAB8
RGB
CMYK
RGB Variations
Color information
#8FDAB8 (or 0x8FDAB8) is known color: Vista Blue. HEX triplet: 8F, DA and B8. RGB value is (143,218,184). Sum of RGB (Red+Green+Blue) = 143+218+184=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDAB8 is #702547. Grayscale: #BFBFBF. Windows color (decimal): -7349576 or 12114575. OLE color: 12114575.
HSL color Cylindrical-coordinate representation of color #8FDAB8: hue angle of 152.8º 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 #8FDAB8 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 184 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.15 |
| HSL | 152.8º | 0.5% | 0.71% | - |
| HSV(B) | 152.8º | 0.34% | 0.85% | - |
| XYZ | 45.05 | 59.44 | 54.45 | - |
| YUV | 191.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 184 | 0.34 | 0 | 0.16 | 0.15 | 152.8 | 0.5 | 0.71 |
| Hex | 8F | DA | B8 | 22 | 0 | 10 | F | 99 | 32 | 47 |
| Octal | 217 | 332 | 270 | 42 | 0 | 20 | 17 | 231 | 62 | 107 |
| Binary | 10001111 | 11011010 | 10111000 | 100010 | 0 | 10000 | 1111 | 10011001 | 110010 | 1000111 |
Color Harmonies of #8FDAB8
Complementary color
Monochromatic Colors of #8FDAB8
Black with #8FDAB8
Text Example
Text Example
White with #8FDAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDAB8; }
p { color: rgb(143,218,184); }
H1.HeaderClassName
{
color: #8FDAB8;
}
.AnyTagClassName
{
color: #8FDAB8;
}
</style>
background-color css
<style>
a { background-color: #8FDAB8; }
a { background-color: rgb(143,218,184); }
div.DivClassName
{
background-color: #8FDAB8;
}
.BgClassName
{
background-color: #8FDAB8;
}
</style>
border-color css
<style>
span { border-color: #8FDAB8; }
span { border-color: rgb(143,218,184); }
td.TdClassName
{
border-color: #8FDAB8;
}
.TagClassName
{
border-color: #8FDAB8;
}
</style>