Shades of Vista Blue #8DFAB2
Tints of Vista Blue #8DFAB2
RGB
CMYK
RGB Variations
Color information
#8DFAB2 (or 0x8DFAB2) is known color: Vista Blue. HEX triplet: 8D, FA and B2. RGB value is (141,250,178). Sum of RGB (Red+Green+Blue) = 141+250+178=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DFAB2 is #72054D. Grayscale: #D1D1D1. Windows color (decimal): -7472462 or 11729549. OLE color: 11729549.
HSL color Cylindrical-coordinate representation of color #8DFAB2: hue angle of 140.37º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFAB2 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 250 | 178 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.02 |
| HSL | 140.37º | 0.92% | 0.77% | - |
| HSV(B) | 140.37º | 0.44% | 0.98% | - |
| XYZ | 53.21 | 77.25 | 54.23 | - |
| YUV | 209.2 | 110.39 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 250 | 178 | 0.44 | 0 | 0.29 | 0.02 | 140.37 | 0.92 | 0.77 |
| Hex | 8D | FA | B2 | 2C | 0 | 1D | 2 | 8C | 5C | 4D |
| Octal | 215 | 372 | 262 | 54 | 0 | 35 | 2 | 214 | 134 | 115 |
| Binary | 10001101 | 11111010 | 10110010 | 101100 | 0 | 11101 | 10 | 10001100 | 1011100 | 1001101 |
Color Harmonies of #8DFAB2
Complementary color
Monochromatic Colors of #8DFAB2
Black with #8DFAB2
Text Example
Text Example
White with #8DFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFAB2; }
p { color: rgb(141,250,178); }
H1.HeaderClassName
{
color: #8DFAB2;
}
.AnyTagClassName
{
color: #8DFAB2;
}
</style>
background-color css
<style>
a { background-color: #8DFAB2; }
a { background-color: rgb(141,250,178); }
div.DivClassName
{
background-color: #8DFAB2;
}
.BgClassName
{
background-color: #8DFAB2;
}
</style>
border-color css
<style>
span { border-color: #8DFAB2; }
span { border-color: rgb(141,250,178); }
td.TdClassName
{
border-color: #8DFAB2;
}
.TagClassName
{
border-color: #8DFAB2;
}
</style>