Shades of Vista Blue #8BD2AD
Tints of Vista Blue #8BD2AD
RGB
CMYK
RGB Variations
Color information
#8BD2AD (or 0x8BD2AD) is known color: Vista Blue. HEX triplet: 8B, D2 and AD. RGB value is (139,210,173). Sum of RGB (Red+Green+Blue) = 139+210+173=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD2AD is #742D52. Grayscale: #B8B8B8. Windows color (decimal): -7613779 or 11391627. OLE color: 11391627.
HSL color Cylindrical-coordinate representation of color #8BD2AD: hue angle of 148.73º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BD2AD is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 210 | 173 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.18 |
| HSL | 148.73º | 0.44% | 0.68% | - |
| HSV(B) | 148.73º | 0.34% | 0.82% | - |
| XYZ | 41.24 | 54.6 | 47.9 | - |
| YUV | 184.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 173 | 0.34 | 0 | 0.18 | 0.18 | 148.73 | 0.44 | 0.68 |
| Hex | 8B | D2 | AD | 22 | 0 | 12 | 12 | 95 | 2C | 44 |
| Octal | 213 | 322 | 255 | 42 | 0 | 22 | 22 | 225 | 54 | 104 |
| Binary | 10001011 | 11010010 | 10101101 | 100010 | 0 | 10010 | 10010 | 10010101 | 101100 | 1000100 |
Color Harmonies of #8BD2AD
Complementary color
Monochromatic Colors of #8BD2AD
Black with #8BD2AD
Text Example
Text Example
White with #8BD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD2AD; }
p { color: rgb(139,210,173); }
H1.HeaderClassName
{
color: #8BD2AD;
}
.AnyTagClassName
{
color: #8BD2AD;
}
</style>
background-color css
<style>
a { background-color: #8BD2AD; }
a { background-color: rgb(139,210,173); }
div.DivClassName
{
background-color: #8BD2AD;
}
.BgClassName
{
background-color: #8BD2AD;
}
</style>
border-color css
<style>
span { border-color: #8BD2AD; }
span { border-color: rgb(139,210,173); }
td.TdClassName
{
border-color: #8BD2AD;
}
.TagClassName
{
border-color: #8BD2AD;
}
</style>