Shades of Vista Blue #8BCFAB
Tints of Vista Blue #8BCFAB
RGB
CMYK
RGB Variations
Color information
#8BCFAB (or 0x8BCFAB) is known color: Vista Blue. HEX triplet: 8B, CF and AB. RGB value is (139,207,171). Sum of RGB (Red+Green+Blue) = 139+207+171=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCFAB is #743054. Grayscale: #B6B6B6. Windows color (decimal): -7614549 or 11259787. OLE color: 11259787.
HSL color Cylindrical-coordinate representation of color #8BCFAB: hue angle of 148.24º 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 #8BCFAB is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 171 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.19 |
| HSL | 148.24º | 0.41% | 0.68% | - |
| HSV(B) | 148.24º | 0.33% | 0.81% | - |
| XYZ | 40.31 | 53.05 | 46.64 | - |
| YUV | 182.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 171 | 0.33 | 0 | 0.17 | 0.19 | 148.24 | 0.41 | 0.68 |
| Hex | 8B | CF | AB | 21 | 0 | 11 | 13 | 94 | 29 | 44 |
| Octal | 213 | 317 | 253 | 41 | 0 | 21 | 23 | 224 | 51 | 104 |
| Binary | 10001011 | 11001111 | 10101011 | 100001 | 0 | 10001 | 10011 | 10010100 | 101001 | 1000100 |
Color Harmonies of #8BCFAB
Complementary color
Monochromatic Colors of #8BCFAB
Black with #8BCFAB
Text Example
Text Example
White with #8BCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFAB; }
p { color: rgb(139,207,171); }
H1.HeaderClassName
{
color: #8BCFAB;
}
.AnyTagClassName
{
color: #8BCFAB;
}
</style>
background-color css
<style>
a { background-color: #8BCFAB; }
a { background-color: rgb(139,207,171); }
div.DivClassName
{
background-color: #8BCFAB;
}
.BgClassName
{
background-color: #8BCFAB;
}
</style>
border-color css
<style>
span { border-color: #8BCFAB; }
span { border-color: rgb(139,207,171); }
td.TdClassName
{
border-color: #8BCFAB;
}
.TagClassName
{
border-color: #8BCFAB;
}
</style>