Shades of Vista Blue #8AD0AC
Tints of Vista Blue #8AD0AC
RGB
CMYK
RGB Variations
Color information
#8AD0AC (or 0x8AD0AC) is known color: Vista Blue. HEX triplet: 8A, D0 and AC. RGB value is (138,208,172). Sum of RGB (Red+Green+Blue) = 138+208+172=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD0AC is #752F53. Grayscale: #B7B7B7. Windows color (decimal): -7679828 or 11325578. OLE color: 11325578.
HSL color Cylindrical-coordinate representation of color #8AD0AC: hue angle of 149.14º 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 #8AD0AC is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 172 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.18 |
| HSL | 149.14º | 0.43% | 0.68% | - |
| HSV(B) | 149.14º | 0.34% | 0.82% | - |
| XYZ | 40.48 | 53.49 | 47.22 | - |
| YUV | 182.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 172 | 0.34 | 0 | 0.17 | 0.18 | 149.14 | 0.43 | 0.68 |
| Hex | 8A | D0 | AC | 22 | 0 | 11 | 12 | 95 | 2B | 44 |
| Octal | 212 | 320 | 254 | 42 | 0 | 21 | 22 | 225 | 53 | 104 |
| Binary | 10001010 | 11010000 | 10101100 | 100010 | 0 | 10001 | 10010 | 10010101 | 101011 | 1000100 |
Color Harmonies of #8AD0AC
Complementary color
Monochromatic Colors of #8AD0AC
Black with #8AD0AC
Text Example
Text Example
White with #8AD0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0AC; }
p { color: rgb(138,208,172); }
H1.HeaderClassName
{
color: #8AD0AC;
}
.AnyTagClassName
{
color: #8AD0AC;
}
</style>
background-color css
<style>
a { background-color: #8AD0AC; }
a { background-color: rgb(138,208,172); }
div.DivClassName
{
background-color: #8AD0AC;
}
.BgClassName
{
background-color: #8AD0AC;
}
</style>
border-color css
<style>
span { border-color: #8AD0AC; }
span { border-color: rgb(138,208,172); }
td.TdClassName
{
border-color: #8AD0AC;
}
.TagClassName
{
border-color: #8AD0AC;
}
</style>