Shades of Vista Blue #8BCFAC
Tints of Vista Blue #8BCFAC
RGB
CMYK
RGB Variations
Color information
#8BCFAC (or 0x8BCFAC) is known color: Vista Blue. HEX triplet: 8B, CF and AC. RGB value is (139,207,172). Sum of RGB (Red+Green+Blue) = 139+207+172=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCFAC is #743053. Grayscale: #B6B6B6. Windows color (decimal): -7614548 or 11325323. OLE color: 11325323.
HSL color Cylindrical-coordinate representation of color #8BCFAC: hue angle of 149.12º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCFAC is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 172 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.19 |
| HSL | 149.12º | 0.41% | 0.68% | - |
| HSV(B) | 149.12º | 0.33% | 0.81% | - |
| XYZ | 40.41 | 53.09 | 47.15 | - |
| YUV | 182.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 172 | 0.33 | 0 | 0.17 | 0.19 | 149.12 | 0.41 | 0.68 |
| Hex | 8B | CF | AC | 21 | 0 | 11 | 13 | 95 | 29 | 44 |
| Octal | 213 | 317 | 254 | 41 | 0 | 21 | 23 | 225 | 51 | 104 |
| Binary | 10001011 | 11001111 | 10101100 | 100001 | 0 | 10001 | 10011 | 10010101 | 101001 | 1000100 |
Color Harmonies of #8BCFAC
Complementary color
Monochromatic Colors of #8BCFAC
Black with #8BCFAC
Text Example
Text Example
White with #8BCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFAC; }
p { color: rgb(139,207,172); }
H1.HeaderClassName
{
color: #8BCFAC;
}
.AnyTagClassName
{
color: #8BCFAC;
}
</style>
background-color css
<style>
a { background-color: #8BCFAC; }
a { background-color: rgb(139,207,172); }
div.DivClassName
{
background-color: #8BCFAC;
}
.BgClassName
{
background-color: #8BCFAC;
}
</style>
border-color css
<style>
span { border-color: #8BCFAC; }
span { border-color: rgb(139,207,172); }
td.TdClassName
{
border-color: #8BCFAC;
}
.TagClassName
{
border-color: #8BCFAC;
}
</style>