Shades of Vista Blue #8CFAB5
Tints of Vista Blue #8CFAB5
RGB
CMYK
RGB Variations
Color information
#8CFAB5 (or 0x8CFAB5) is known color: Vista Blue. HEX triplet: 8C, FA and B5. RGB value is (140,250,181). Sum of RGB (Red+Green+Blue) = 140+250+181=571 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.52% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFAB5 is #73054A. Grayscale: #D1D1D1. Windows color (decimal): -7537995 or 11926156. OLE color: 11926156.
HSL color Cylindrical-coordinate representation of color #8CFAB5: hue angle of 142.36º 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 #8CFAB5 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 181 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.02 |
| HSL | 142.36º | 0.92% | 0.76% | - |
| HSV(B) | 142.36º | 0.44% | 0.98% | - |
| XYZ | 53.34 | 77.28 | 55.82 | - |
| YUV | 209.24 | 112.06 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 181 | 0.44 | 0 | 0.28 | 0.02 | 142.36 | 0.92 | 0.76 |
| Hex | 8C | FA | B5 | 2C | 0 | 1C | 2 | 8E | 5C | 4C |
| Octal | 214 | 372 | 265 | 54 | 0 | 34 | 2 | 216 | 134 | 114 |
| Binary | 10001100 | 11111010 | 10110101 | 101100 | 0 | 11100 | 10 | 10001110 | 1011100 | 1001100 |
Color Harmonies of #8CFAB5
Complementary color
Monochromatic Colors of #8CFAB5
Black with #8CFAB5
Text Example
Text Example
White with #8CFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAB5; }
p { color: rgb(140,250,181); }
H1.HeaderClassName
{
color: #8CFAB5;
}
.AnyTagClassName
{
color: #8CFAB5;
}
</style>
background-color css
<style>
a { background-color: #8CFAB5; }
a { background-color: rgb(140,250,181); }
div.DivClassName
{
background-color: #8CFAB5;
}
.BgClassName
{
background-color: #8CFAB5;
}
</style>
border-color css
<style>
span { border-color: #8CFAB5; }
span { border-color: rgb(140,250,181); }
td.TdClassName
{
border-color: #8CFAB5;
}
.TagClassName
{
border-color: #8CFAB5;
}
</style>