Shades of Vista Blue #8BDEAB
Tints of Vista Blue #8BDEAB
RGB
CMYK
RGB Variations
Color information
#8BDEAB (or 0x8BDEAB) is known color: Vista Blue. HEX triplet: 8B, DE and AB. RGB value is (139,222,171). Sum of RGB (Red+Green+Blue) = 139+222+171=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDEAB is #742154. Grayscale: #BFBFBF. Windows color (decimal): -7610709 or 11263627. OLE color: 11263627.
HSL color Cylindrical-coordinate representation of color #8BDEAB: hue angle of 143.13º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDEAB is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 222 | 171 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.13 |
| HSL | 143.13º | 0.56% | 0.71% | - |
| HSV(B) | 143.13º | 0.37% | 0.87% | - |
| XYZ | 44.12 | 60.67 | 47.91 | - |
| YUV | 191.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 222 | 171 | 0.37 | 0 | 0.23 | 0.13 | 143.13 | 0.56 | 0.71 |
| Hex | 8B | DE | AB | 25 | 0 | 17 | D | 8F | 38 | 47 |
| Octal | 213 | 336 | 253 | 45 | 0 | 27 | 15 | 217 | 70 | 107 |
| Binary | 10001011 | 11011110 | 10101011 | 100101 | 0 | 10111 | 1101 | 10001111 | 111000 | 1000111 |
Color Harmonies of #8BDEAB
Complementary color
Monochromatic Colors of #8BDEAB
Black with #8BDEAB
Text Example
Text Example
White with #8BDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDEAB; }
p { color: rgb(139,222,171); }
H1.HeaderClassName
{
color: #8BDEAB;
}
.AnyTagClassName
{
color: #8BDEAB;
}
</style>
background-color css
<style>
a { background-color: #8BDEAB; }
a { background-color: rgb(139,222,171); }
div.DivClassName
{
background-color: #8BDEAB;
}
.BgClassName
{
background-color: #8BDEAB;
}
</style>
border-color css
<style>
span { border-color: #8BDEAB; }
span { border-color: rgb(139,222,171); }
td.TdClassName
{
border-color: #8BDEAB;
}
.TagClassName
{
border-color: #8BDEAB;
}
</style>