Shades of Vista Blue #8BD8AD
Tints of Vista Blue #8BD8AD
RGB
CMYK
RGB Variations
Color information
#8BD8AD (or 0x8BD8AD) is known color: Vista Blue. HEX triplet: 8B, D8 and AD. RGB value is (139,216,173). Sum of RGB (Red+Green+Blue) = 139+216+173=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD8AD is #742752. Grayscale: #BCBCBC. Windows color (decimal): -7612243 or 11393163. OLE color: 11393163.
HSL color Cylindrical-coordinate representation of color #8BD8AD: hue angle of 146.49º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD8AD is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 216 | 173 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.15 |
| HSL | 146.49º | 0.5% | 0.7% | - |
| HSV(B) | 146.49º | 0.36% | 0.85% | - |
| XYZ | 42.75 | 57.62 | 48.4 | - |
| YUV | 188.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 216 | 173 | 0.36 | 0 | 0.20 | 0.15 | 146.49 | 0.5 | 0.7 |
| Hex | 8B | D8 | AD | 24 | 0 | 14 | F | 92 | 32 | 46 |
| Octal | 213 | 330 | 255 | 44 | 0 | 24 | 17 | 222 | 62 | 106 |
| Binary | 10001011 | 11011000 | 10101101 | 100100 | 0 | 10100 | 1111 | 10010010 | 110010 | 1000110 |
Color Harmonies of #8BD8AD
Complementary color
Monochromatic Colors of #8BD8AD
Black with #8BD8AD
Text Example
Text Example
White with #8BD8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD8AD; }
p { color: rgb(139,216,173); }
H1.HeaderClassName
{
color: #8BD8AD;
}
.AnyTagClassName
{
color: #8BD8AD;
}
</style>
background-color css
<style>
a { background-color: #8BD8AD; }
a { background-color: rgb(139,216,173); }
div.DivClassName
{
background-color: #8BD8AD;
}
.BgClassName
{
background-color: #8BD8AD;
}
</style>
border-color css
<style>
span { border-color: #8BD8AD; }
span { border-color: rgb(139,216,173); }
td.TdClassName
{
border-color: #8BD8AD;
}
.TagClassName
{
border-color: #8BD8AD;
}
</style>