Shades of Vista Blue #8AD2AB
Tints of Vista Blue #8AD2AB
RGB
CMYK
RGB Variations
Color information
#8AD2AB (or 0x8AD2AB) is known color: Vista Blue. HEX triplet: 8A, D2 and AB. RGB value is (138,210,171). Sum of RGB (Red+Green+Blue) = 138+210+171=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD2AB is #752D54. Grayscale: #B8B8B8. Windows color (decimal): -7679317 or 11260554. OLE color: 11260554.
HSL color Cylindrical-coordinate representation of color #8AD2AB: hue angle of 147.5º 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 #8AD2AB is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 171 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.18 |
| HSL | 147.5º | 0.44% | 0.68% | - |
| HSV(B) | 147.5º | 0.34% | 0.82% | - |
| XYZ | 40.88 | 54.44 | 46.88 | - |
| YUV | 184.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 171 | 0.34 | 0 | 0.19 | 0.18 | 147.5 | 0.44 | 0.68 |
| Hex | 8A | D2 | AB | 22 | 0 | 13 | 12 | 94 | 2C | 44 |
| Octal | 212 | 322 | 253 | 42 | 0 | 23 | 22 | 224 | 54 | 104 |
| Binary | 10001010 | 11010010 | 10101011 | 100010 | 0 | 10011 | 10010 | 10010100 | 101100 | 1000100 |
Color Harmonies of #8AD2AB
Complementary color
Monochromatic Colors of #8AD2AB
Black with #8AD2AB
Text Example
Text Example
White with #8AD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2AB; }
p { color: rgb(138,210,171); }
H1.HeaderClassName
{
color: #8AD2AB;
}
.AnyTagClassName
{
color: #8AD2AB;
}
</style>
background-color css
<style>
a { background-color: #8AD2AB; }
a { background-color: rgb(138,210,171); }
div.DivClassName
{
background-color: #8AD2AB;
}
.BgClassName
{
background-color: #8AD2AB;
}
</style>
border-color css
<style>
span { border-color: #8AD2AB; }
span { border-color: rgb(138,210,171); }
td.TdClassName
{
border-color: #8AD2AB;
}
.TagClassName
{
border-color: #8AD2AB;
}
</style>