Shades of Vista Blue #8AD3AF
Tints of Vista Blue #8AD3AF
RGB
CMYK
RGB Variations
Color information
#8AD3AF (or 0x8AD3AF) is known color: Vista Blue. HEX triplet: 8A, D3 and AF. RGB value is (138,211,175). Sum of RGB (Red+Green+Blue) = 138+211+175=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD3AF is #752C50. Grayscale: #B9B9B9. Windows color (decimal): -7679057 or 11522954. OLE color: 11522954.
HSL color Cylindrical-coordinate representation of color #8AD3AF: hue angle of 150.41º 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 #8AD3AF is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 175 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.17 |
| HSL | 150.41º | 0.45% | 0.68% | - |
| HSV(B) | 150.41º | 0.35% | 0.83% | - |
| XYZ | 41.51 | 55.09 | 49 | - |
| YUV | 185.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 175 | 0.35 | 0 | 0.17 | 0.17 | 150.41 | 0.45 | 0.68 |
| Hex | 8A | D3 | AF | 23 | 0 | 11 | 11 | 96 | 2D | 44 |
| Octal | 212 | 323 | 257 | 43 | 0 | 21 | 21 | 226 | 55 | 104 |
| Binary | 10001010 | 11010011 | 10101111 | 100011 | 0 | 10001 | 10001 | 10010110 | 101101 | 1000100 |
Color Harmonies of #8AD3AF
Complementary color
Monochromatic Colors of #8AD3AF
Black with #8AD3AF
Text Example
Text Example
White with #8AD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD3AF; }
p { color: rgb(138,211,175); }
H1.HeaderClassName
{
color: #8AD3AF;
}
.AnyTagClassName
{
color: #8AD3AF;
}
</style>
background-color css
<style>
a { background-color: #8AD3AF; }
a { background-color: rgb(138,211,175); }
div.DivClassName
{
background-color: #8AD3AF;
}
.BgClassName
{
background-color: #8AD3AF;
}
</style>
border-color css
<style>
span { border-color: #8AD3AF; }
span { border-color: rgb(138,211,175); }
td.TdClassName
{
border-color: #8AD3AF;
}
.TagClassName
{
border-color: #8AD3AF;
}
</style>