Shades of Vista Blue #8BD6AC
Tints of Vista Blue #8BD6AC
RGB
CMYK
RGB Variations
Color information
#8BD6AC (or 0x8BD6AC) is known color: Vista Blue. HEX triplet: 8B, D6 and AC. RGB value is (139,214,172). Sum of RGB (Red+Green+Blue) = 139+214+172=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD6AC is #742953. Grayscale: #BABABA. Windows color (decimal): -7612756 or 11327115. OLE color: 11327115.
HSL color Cylindrical-coordinate representation of color #8BD6AC: hue angle of 146.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD6AC is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 172 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.16 |
| HSL | 146.4º | 0.48% | 0.69% | - |
| HSV(B) | 146.4º | 0.35% | 0.84% | - |
| XYZ | 42.14 | 56.56 | 47.73 | - |
| YUV | 186.79 | 119.65 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 172 | 0.35 | 0 | 0.20 | 0.16 | 146.4 | 0.48 | 0.69 |
| Hex | 8B | D6 | AC | 23 | 0 | 14 | 10 | 92 | 30 | 45 |
| Octal | 213 | 326 | 254 | 43 | 0 | 24 | 20 | 222 | 60 | 105 |
| Binary | 10001011 | 11010110 | 10101100 | 100011 | 0 | 10100 | 10000 | 10010010 | 110000 | 1000101 |
Color Harmonies of #8BD6AC
Complementary color
Monochromatic Colors of #8BD6AC
Black with #8BD6AC
Text Example
Text Example
White with #8BD6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD6AC; }
p { color: rgb(139,214,172); }
H1.HeaderClassName
{
color: #8BD6AC;
}
.AnyTagClassName
{
color: #8BD6AC;
}
</style>
background-color css
<style>
a { background-color: #8BD6AC; }
a { background-color: rgb(139,214,172); }
div.DivClassName
{
background-color: #8BD6AC;
}
.BgClassName
{
background-color: #8BD6AC;
}
</style>
border-color css
<style>
span { border-color: #8BD6AC; }
span { border-color: rgb(139,214,172); }
td.TdClassName
{
border-color: #8BD6AC;
}
.TagClassName
{
border-color: #8BD6AC;
}
</style>