Shades of Vista Blue #8FD3AD
Tints of Vista Blue #8FD3AD
RGB
CMYK
RGB Variations
Color information
#8FD3AD (or 0x8FD3AD) is known color: Vista Blue. HEX triplet: 8F, D3 and AD. RGB value is (143,211,173). Sum of RGB (Red+Green+Blue) = 143+211+173=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD3AD is #702C52. Grayscale: #BABABA. Windows color (decimal): -7351379 or 11391887. OLE color: 11391887.
HSL color Cylindrical-coordinate representation of color #8FD3AD: hue angle of 146.47º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FD3AD is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 173 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.17 |
| HSL | 146.47º | 0.44% | 0.69% | - |
| HSV(B) | 146.47º | 0.32% | 0.83% | - |
| XYZ | 42.16 | 55.45 | 48.01 | - |
| YUV | 186.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 173 | 0.32 | 0 | 0.18 | 0.17 | 146.47 | 0.44 | 0.69 |
| Hex | 8F | D3 | AD | 20 | 0 | 12 | 11 | 92 | 2C | 45 |
| Octal | 217 | 323 | 255 | 40 | 0 | 22 | 21 | 222 | 54 | 105 |
| Binary | 10001111 | 11010011 | 10101101 | 100000 | 0 | 10010 | 10001 | 10010010 | 101100 | 1000101 |
Color Harmonies of #8FD3AD
Complementary color
Monochromatic Colors of #8FD3AD
Black with #8FD3AD
Text Example
Text Example
White with #8FD3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD3AD; }
p { color: rgb(143,211,173); }
H1.HeaderClassName
{
color: #8FD3AD;
}
.AnyTagClassName
{
color: #8FD3AD;
}
</style>
background-color css
<style>
a { background-color: #8FD3AD; }
a { background-color: rgb(143,211,173); }
div.DivClassName
{
background-color: #8FD3AD;
}
.BgClassName
{
background-color: #8FD3AD;
}
</style>
border-color css
<style>
span { border-color: #8FD3AD; }
span { border-color: rgb(143,211,173); }
td.TdClassName
{
border-color: #8FD3AD;
}
.TagClassName
{
border-color: #8FD3AD;
}
</style>