Shades of Vista Blue #8FDBAC
Tints of Vista Blue #8FDBAC
RGB
CMYK
RGB Variations
Color information
#8FDBAC (or 0x8FDBAC) is known color: Vista Blue. HEX triplet: 8F, DB and AC. RGB value is (143,219,172). Sum of RGB (Red+Green+Blue) = 143+219+172=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDBAC is #702453. Grayscale: #BFBFBF. Windows color (decimal): -7349332 or 11328399. OLE color: 11328399.
HSL color Cylindrical-coordinate representation of color #8FDBAC: hue angle of 142.89º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDBAC is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 172 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.14 |
| HSL | 142.89º | 0.51% | 0.71% | - |
| HSV(B) | 142.89º | 0.35% | 0.86% | - |
| XYZ | 44.11 | 59.48 | 48.19 | - |
| YUV | 190.92 | 117.32 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 172 | 0.35 | 0 | 0.21 | 0.14 | 142.89 | 0.51 | 0.71 |
| Hex | 8F | DB | AC | 23 | 0 | 15 | E | 8F | 33 | 47 |
| Octal | 217 | 333 | 254 | 43 | 0 | 25 | 16 | 217 | 63 | 107 |
| Binary | 10001111 | 11011011 | 10101100 | 100011 | 0 | 10101 | 1110 | 10001111 | 110011 | 1000111 |
Color Harmonies of #8FDBAC
Complementary color
Monochromatic Colors of #8FDBAC
Black with #8FDBAC
Text Example
Text Example
White with #8FDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDBAC; }
p { color: rgb(143,219,172); }
H1.HeaderClassName
{
color: #8FDBAC;
}
.AnyTagClassName
{
color: #8FDBAC;
}
</style>
background-color css
<style>
a { background-color: #8FDBAC; }
a { background-color: rgb(143,219,172); }
div.DivClassName
{
background-color: #8FDBAC;
}
.BgClassName
{
background-color: #8FDBAC;
}
</style>
border-color css
<style>
span { border-color: #8FDBAC; }
span { border-color: rgb(143,219,172); }
td.TdClassName
{
border-color: #8FDBAC;
}
.TagClassName
{
border-color: #8FDBAC;
}
</style>