Shades of Vista Blue #8FD6A8
Tints of Vista Blue #8FD6A8
RGB
CMYK
RGB Variations
Color information
#8FD6A8 (or 0x8FD6A8) is known color: Vista Blue. HEX triplet: 8F, D6 and A8. RGB value is (143,214,168). Sum of RGB (Red+Green+Blue) = 143+214+168=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD6A8 is #702957. Grayscale: #BBBBBB. Windows color (decimal): -7350616 or 11064975. OLE color: 11064975.
HSL color Cylindrical-coordinate representation of color #8FD6A8: hue angle of 141.13º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD6A8 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 168 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.16 |
| HSL | 141.13º | 0.46% | 0.7% | - |
| HSV(B) | 141.13º | 0.33% | 0.84% | - |
| XYZ | 42.44 | 56.76 | 45.76 | - |
| YUV | 187.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 168 | 0.33 | 0 | 0.21 | 0.16 | 141.13 | 0.46 | 0.7 |
| Hex | 8F | D6 | A8 | 21 | 0 | 15 | 10 | 8D | 2E | 46 |
| Octal | 217 | 326 | 250 | 41 | 0 | 25 | 20 | 215 | 56 | 106 |
| Binary | 10001111 | 11010110 | 10101000 | 100001 | 0 | 10101 | 10000 | 10001101 | 101110 | 1000110 |
Color Harmonies of #8FD6A8
Complementary color
Monochromatic Colors of #8FD6A8
Black with #8FD6A8
Text Example
Text Example
White with #8FD6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD6A8; }
p { color: rgb(143,214,168); }
H1.HeaderClassName
{
color: #8FD6A8;
}
.AnyTagClassName
{
color: #8FD6A8;
}
</style>
background-color css
<style>
a { background-color: #8FD6A8; }
a { background-color: rgb(143,214,168); }
div.DivClassName
{
background-color: #8FD6A8;
}
.BgClassName
{
background-color: #8FD6A8;
}
</style>
border-color css
<style>
span { border-color: #8FD6A8; }
span { border-color: rgb(143,214,168); }
td.TdClassName
{
border-color: #8FD6A8;
}
.TagClassName
{
border-color: #8FD6A8;
}
</style>