Shades of Vista Blue #8BD5AC
Tints of Vista Blue #8BD5AC
RGB
CMYK
RGB Variations
Color information
#8BD5AC (or 0x8BD5AC) is known color: Vista Blue. HEX triplet: 8B, D5 and AC. RGB value is (139,213,172). Sum of RGB (Red+Green+Blue) = 139+213+172=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD5AC is #742A53. Grayscale: #BABABA. Windows color (decimal): -7613012 or 11326859. OLE color: 11326859.
HSL color Cylindrical-coordinate representation of color #8BD5AC: hue angle of 146.76º degrees, saturation: 0.47, 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 #8BD5AC is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 172 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.16 |
| HSL | 146.76º | 0.47% | 0.69% | - |
| HSV(B) | 146.76º | 0.35% | 0.84% | - |
| XYZ | 41.89 | 56.06 | 47.64 | - |
| YUV | 186.2 | 119.98 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 172 | 0.35 | 0 | 0.19 | 0.16 | 146.76 | 0.47 | 0.69 |
| Hex | 8B | D5 | AC | 23 | 0 | 13 | 10 | 93 | 2F | 45 |
| Octal | 213 | 325 | 254 | 43 | 0 | 23 | 20 | 223 | 57 | 105 |
| Binary | 10001011 | 11010101 | 10101100 | 100011 | 0 | 10011 | 10000 | 10010011 | 101111 | 1000101 |
Color Harmonies of #8BD5AC
Complementary color
Monochromatic Colors of #8BD5AC
Black with #8BD5AC
Text Example
Text Example
White with #8BD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD5AC; }
p { color: rgb(139,213,172); }
H1.HeaderClassName
{
color: #8BD5AC;
}
.AnyTagClassName
{
color: #8BD5AC;
}
</style>
background-color css
<style>
a { background-color: #8BD5AC; }
a { background-color: rgb(139,213,172); }
div.DivClassName
{
background-color: #8BD5AC;
}
.BgClassName
{
background-color: #8BD5AC;
}
</style>
border-color css
<style>
span { border-color: #8BD5AC; }
span { border-color: rgb(139,213,172); }
td.TdClassName
{
border-color: #8BD5AC;
}
.TagClassName
{
border-color: #8BD5AC;
}
</style>