Shades of Vista Blue #8FD8A8
Tints of Vista Blue #8FD8A8
RGB
CMYK
RGB Variations
Color information
#8FD8A8 (or 0x8FD8A8) is known color: Vista Blue. HEX triplet: 8F, D8 and A8. RGB value is (143,216,168). Sum of RGB (Red+Green+Blue) = 143+216+168=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD8A8 is #702757. Grayscale: #BCBCBC. Windows color (decimal): -7350104 or 11065487. OLE color: 11065487.
HSL color Cylindrical-coordinate representation of color #8FD8A8: hue angle of 140.55º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD8A8 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 168 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.15 |
| HSL | 140.55º | 0.48% | 0.7% | - |
| HSV(B) | 140.55º | 0.34% | 0.85% | - |
| XYZ | 42.95 | 57.78 | 45.93 | - |
| YUV | 188.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 168 | 0.34 | 0 | 0.22 | 0.15 | 140.55 | 0.48 | 0.7 |
| Hex | 8F | D8 | A8 | 22 | 0 | 16 | F | 8D | 30 | 46 |
| Octal | 217 | 330 | 250 | 42 | 0 | 26 | 17 | 215 | 60 | 106 |
| Binary | 10001111 | 11011000 | 10101000 | 100010 | 0 | 10110 | 1111 | 10001101 | 110000 | 1000110 |
Color Harmonies of #8FD8A8
Complementary color
Monochromatic Colors of #8FD8A8
Black with #8FD8A8
Text Example
Text Example
White with #8FD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD8A8; }
p { color: rgb(143,216,168); }
H1.HeaderClassName
{
color: #8FD8A8;
}
.AnyTagClassName
{
color: #8FD8A8;
}
</style>
background-color css
<style>
a { background-color: #8FD8A8; }
a { background-color: rgb(143,216,168); }
div.DivClassName
{
background-color: #8FD8A8;
}
.BgClassName
{
background-color: #8FD8A8;
}
</style>
border-color css
<style>
span { border-color: #8FD8A8; }
span { border-color: rgb(143,216,168); }
td.TdClassName
{
border-color: #8FD8A8;
}
.TagClassName
{
border-color: #8FD8A8;
}
</style>