Shades of Vista Blue #8BD7AD
Tints of Vista Blue #8BD7AD
RGB
CMYK
RGB Variations
Color information
#8BD7AD (or 0x8BD7AD) is known color: Vista Blue. HEX triplet: 8B, D7 and AD. RGB value is (139,215,173). Sum of RGB (Red+Green+Blue) = 139+215+173=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD7AD is #742852. Grayscale: #BBBBBB. Windows color (decimal): -7612499 or 11392907. OLE color: 11392907.
HSL color Cylindrical-coordinate representation of color #8BD7AD: hue angle of 146.84º degrees, saturation: 0.49, 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 #8BD7AD is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 215 | 173 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.16 |
| HSL | 146.84º | 0.49% | 0.69% | - |
| HSV(B) | 146.84º | 0.35% | 0.84% | - |
| XYZ | 42.49 | 57.11 | 48.32 | - |
| YUV | 187.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 173 | 0.35 | 0 | 0.20 | 0.16 | 146.84 | 0.49 | 0.69 |
| Hex | 8B | D7 | AD | 23 | 0 | 14 | 10 | 93 | 31 | 45 |
| Octal | 213 | 327 | 255 | 43 | 0 | 24 | 20 | 223 | 61 | 105 |
| Binary | 10001011 | 11010111 | 10101101 | 100011 | 0 | 10100 | 10000 | 10010011 | 110001 | 1000101 |
Color Harmonies of #8BD7AD
Complementary color
Monochromatic Colors of #8BD7AD
Black with #8BD7AD
Text Example
Text Example
White with #8BD7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD7AD; }
p { color: rgb(139,215,173); }
H1.HeaderClassName
{
color: #8BD7AD;
}
.AnyTagClassName
{
color: #8BD7AD;
}
</style>
background-color css
<style>
a { background-color: #8BD7AD; }
a { background-color: rgb(139,215,173); }
div.DivClassName
{
background-color: #8BD7AD;
}
.BgClassName
{
background-color: #8BD7AD;
}
</style>
border-color css
<style>
span { border-color: #8BD7AD; }
span { border-color: rgb(139,215,173); }
td.TdClassName
{
border-color: #8BD7AD;
}
.TagClassName
{
border-color: #8BD7AD;
}
</style>