Shades of Vista Blue #8CC6AB
Tints of Vista Blue #8CC6AB
RGB
CMYK
RGB Variations
Color information
#8CC6AB (or 0x8CC6AB) is known color: Vista Blue. HEX triplet: 8C, C6 and AB. RGB value is (140,198,171). Sum of RGB (Red+Green+Blue) = 140+198+171=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC6AB is #733954. Grayscale: #B1B1B1. Windows color (decimal): -7551317 or 11257484. OLE color: 11257484.
HSL color Cylindrical-coordinate representation of color #8CC6AB: hue angle of 152.07º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC6AB is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 198 | 171 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.22 |
| HSL | 152.07º | 0.34% | 0.66% | - |
| HSV(B) | 152.07º | 0.29% | 0.78% | - |
| XYZ | 38.36 | 48.9 | 45.95 | - |
| YUV | 177.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 198 | 171 | 0.29 | 0 | 0.14 | 0.22 | 152.07 | 0.34 | 0.66 |
| Hex | 8C | C6 | AB | 1D | 0 | E | 16 | 98 | 22 | 42 |
| Octal | 214 | 306 | 253 | 35 | 0 | 16 | 26 | 230 | 42 | 102 |
| Binary | 10001100 | 11000110 | 10101011 | 11101 | 0 | 1110 | 10110 | 10011000 | 100010 | 1000010 |
Color Harmonies of #8CC6AB
Complementary color
Monochromatic Colors of #8CC6AB
Black with #8CC6AB
Text Example
Text Example
White with #8CC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC6AB; }
p { color: rgb(140,198,171); }
H1.HeaderClassName
{
color: #8CC6AB;
}
.AnyTagClassName
{
color: #8CC6AB;
}
</style>
background-color css
<style>
a { background-color: #8CC6AB; }
a { background-color: rgb(140,198,171); }
div.DivClassName
{
background-color: #8CC6AB;
}
.BgClassName
{
background-color: #8CC6AB;
}
</style>
border-color css
<style>
span { border-color: #8CC6AB; }
span { border-color: rgb(140,198,171); }
td.TdClassName
{
border-color: #8CC6AB;
}
.TagClassName
{
border-color: #8CC6AB;
}
</style>