Shades of Vista Blue #8AD3AC
Tints of Vista Blue #8AD3AC
RGB
CMYK
RGB Variations
Color information
#8AD3AC (or 0x8AD3AC) is known color: Vista Blue. HEX triplet: 8A, D3 and AC. RGB value is (138,211,172). Sum of RGB (Red+Green+Blue) = 138+211+172=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD3AC is #752C53. Grayscale: #B8B8B8. Windows color (decimal): -7679060 or 11326346. OLE color: 11326346.
HSL color Cylindrical-coordinate representation of color #8AD3AC: hue angle of 147.95º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD3AC is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 172 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.17 |
| HSL | 147.95º | 0.45% | 0.68% | - |
| HSV(B) | 147.95º | 0.35% | 0.83% | - |
| XYZ | 41.22 | 54.97 | 47.47 | - |
| YUV | 184.73 | 120.82 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 172 | 0.35 | 0 | 0.18 | 0.17 | 147.95 | 0.45 | 0.68 |
| Hex | 8A | D3 | AC | 23 | 0 | 12 | 11 | 94 | 2D | 44 |
| Octal | 212 | 323 | 254 | 43 | 0 | 22 | 21 | 224 | 55 | 104 |
| Binary | 10001010 | 11010011 | 10101100 | 100011 | 0 | 10010 | 10001 | 10010100 | 101101 | 1000100 |
Color Harmonies of #8AD3AC
Complementary color
Monochromatic Colors of #8AD3AC
Black with #8AD3AC
Text Example
Text Example
White with #8AD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD3AC; }
p { color: rgb(138,211,172); }
H1.HeaderClassName
{
color: #8AD3AC;
}
.AnyTagClassName
{
color: #8AD3AC;
}
</style>
background-color css
<style>
a { background-color: #8AD3AC; }
a { background-color: rgb(138,211,172); }
div.DivClassName
{
background-color: #8AD3AC;
}
.BgClassName
{
background-color: #8AD3AC;
}
</style>
border-color css
<style>
span { border-color: #8AD3AC; }
span { border-color: rgb(138,211,172); }
td.TdClassName
{
border-color: #8AD3AC;
}
.TagClassName
{
border-color: #8AD3AC;
}
</style>