Shades of Vista Blue #8AD0AB
Tints of Vista Blue #8AD0AB
RGB
CMYK
RGB Variations
Color information
#8AD0AB (or 0x8AD0AB) is known color: Vista Blue. HEX triplet: 8A, D0 and AB. RGB value is (138,208,171). Sum of RGB (Red+Green+Blue) = 138+208+171=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD0AB is #752F54. Grayscale: #B6B6B6. Windows color (decimal): -7679829 or 11260042. OLE color: 11260042.
HSL color Cylindrical-coordinate representation of color #8AD0AB: hue angle of 148.29º degrees, saturation: 0.43, 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 #8AD0AB is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 171 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.18 |
| HSL | 148.29º | 0.43% | 0.68% | - |
| HSV(B) | 148.29º | 0.34% | 0.82% | - |
| XYZ | 40.39 | 53.46 | 46.72 | - |
| YUV | 182.85 | 121.31 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 171 | 0.34 | 0 | 0.18 | 0.18 | 148.29 | 0.43 | 0.68 |
| Hex | 8A | D0 | AB | 22 | 0 | 12 | 12 | 94 | 2B | 44 |
| Octal | 212 | 320 | 253 | 42 | 0 | 22 | 22 | 224 | 53 | 104 |
| Binary | 10001010 | 11010000 | 10101011 | 100010 | 0 | 10010 | 10010 | 10010100 | 101011 | 1000100 |
Color Harmonies of #8AD0AB
Complementary color
Monochromatic Colors of #8AD0AB
Black with #8AD0AB
Text Example
Text Example
White with #8AD0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0AB; }
p { color: rgb(138,208,171); }
H1.HeaderClassName
{
color: #8AD0AB;
}
.AnyTagClassName
{
color: #8AD0AB;
}
</style>
background-color css
<style>
a { background-color: #8AD0AB; }
a { background-color: rgb(138,208,171); }
div.DivClassName
{
background-color: #8AD0AB;
}
.BgClassName
{
background-color: #8AD0AB;
}
</style>
border-color css
<style>
span { border-color: #8AD0AB; }
span { border-color: rgb(138,208,171); }
td.TdClassName
{
border-color: #8AD0AB;
}
.TagClassName
{
border-color: #8AD0AB;
}
</style>