Shades of Vista Blue #8FC6AB
Tints of Vista Blue #8FC6AB
RGB
CMYK
RGB Variations
Color information
#8FC6AB (or 0x8FC6AB) is known color: Vista Blue. HEX triplet: 8F, C6 and AB. RGB value is (143,198,171). Sum of RGB (Red+Green+Blue) = 143+198+171=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC6AB is #703954. Grayscale: #B2B2B2. Windows color (decimal): -7354709 or 11257487. OLE color: 11257487.
HSL color Cylindrical-coordinate representation of color #8FC6AB: hue angle of 150.55º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC6AB is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 171 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.22 |
| HSL | 150.55º | 0.33% | 0.67% | - |
| HSV(B) | 150.55º | 0.28% | 0.78% | - |
| XYZ | 38.87 | 49.17 | 45.97 | - |
| YUV | 178.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 171 | 0.28 | 0 | 0.14 | 0.22 | 150.55 | 0.33 | 0.67 |
| Hex | 8F | C6 | AB | 1C | 0 | E | 16 | 97 | 21 | 43 |
| Octal | 217 | 306 | 253 | 34 | 0 | 16 | 26 | 227 | 41 | 103 |
| Binary | 10001111 | 11000110 | 10101011 | 11100 | 0 | 1110 | 10110 | 10010111 | 100001 | 1000011 |
Color Harmonies of #8FC6AB
Complementary color
Monochromatic Colors of #8FC6AB
Black with #8FC6AB
Text Example
Text Example
White with #8FC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC6AB; }
p { color: rgb(143,198,171); }
H1.HeaderClassName
{
color: #8FC6AB;
}
.AnyTagClassName
{
color: #8FC6AB;
}
</style>
background-color css
<style>
a { background-color: #8FC6AB; }
a { background-color: rgb(143,198,171); }
div.DivClassName
{
background-color: #8FC6AB;
}
.BgClassName
{
background-color: #8FC6AB;
}
</style>
border-color css
<style>
span { border-color: #8FC6AB; }
span { border-color: rgb(143,198,171); }
td.TdClassName
{
border-color: #8FC6AB;
}
.TagClassName
{
border-color: #8FC6AB;
}
</style>