Shades of Vista Blue #8CFAB2
Tints of Vista Blue #8CFAB2
RGB
CMYK
RGB Variations
Color information
#8CFAB2 (or 0x8CFAB2) is known color: Vista Blue. HEX triplet: 8C, FA and B2. RGB value is (140,250,178). Sum of RGB (Red+Green+Blue) = 140+250+178=568 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.65% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFAB2 is #73054D. Grayscale: #D1D1D1. Windows color (decimal): -7537998 or 11729548. OLE color: 11729548.
HSL color Cylindrical-coordinate representation of color #8CFAB2: hue angle of 140.73º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFAB2 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 178 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.02 |
| HSL | 140.73º | 0.92% | 0.76% | - |
| HSV(B) | 140.73º | 0.44% | 0.98% | - |
| XYZ | 53.04 | 77.16 | 54.22 | - |
| YUV | 208.9 | 110.56 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 178 | 0.44 | 0 | 0.29 | 0.02 | 140.73 | 0.92 | 0.76 |
| Hex | 8C | FA | B2 | 2C | 0 | 1D | 2 | 8D | 5C | 4C |
| Octal | 214 | 372 | 262 | 54 | 0 | 35 | 2 | 215 | 134 | 114 |
| Binary | 10001100 | 11111010 | 10110010 | 101100 | 0 | 11101 | 10 | 10001101 | 1011100 | 1001100 |
Color Harmonies of #8CFAB2
Complementary color
Monochromatic Colors of #8CFAB2
Black with #8CFAB2
Text Example
Text Example
White with #8CFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAB2; }
p { color: rgb(140,250,178); }
H1.HeaderClassName
{
color: #8CFAB2;
}
.AnyTagClassName
{
color: #8CFAB2;
}
</style>
background-color css
<style>
a { background-color: #8CFAB2; }
a { background-color: rgb(140,250,178); }
div.DivClassName
{
background-color: #8CFAB2;
}
.BgClassName
{
background-color: #8CFAB2;
}
</style>
border-color css
<style>
span { border-color: #8CFAB2; }
span { border-color: rgb(140,250,178); }
td.TdClassName
{
border-color: #8CFAB2;
}
.TagClassName
{
border-color: #8CFAB2;
}
</style>