Shades of Vista Blue #8AD5AF
Tints of Vista Blue #8AD5AF
RGB
CMYK
RGB Variations
Color information
#8AD5AF (or 0x8AD5AF) is known color: Vista Blue. HEX triplet: 8A, D5 and AF. RGB value is (138,213,175). Sum of RGB (Red+Green+Blue) = 138+213+175=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD5AF is #752A50. Grayscale: #BABABA. Windows color (decimal): -7678545 or 11523466. OLE color: 11523466.
HSL color Cylindrical-coordinate representation of color #8AD5AF: hue angle of 149.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD5AF is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 175 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.16 |
| HSL | 149.6º | 0.47% | 0.69% | - |
| HSV(B) | 149.6º | 0.35% | 0.84% | - |
| XYZ | 42.01 | 56.09 | 49.17 | - |
| YUV | 186.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 175 | 0.35 | 0 | 0.18 | 0.16 | 149.6 | 0.47 | 0.69 |
| Hex | 8A | D5 | AF | 23 | 0 | 12 | 10 | 96 | 2F | 45 |
| Octal | 212 | 325 | 257 | 43 | 0 | 22 | 20 | 226 | 57 | 105 |
| Binary | 10001010 | 11010101 | 10101111 | 100011 | 0 | 10010 | 10000 | 10010110 | 101111 | 1000101 |
Color Harmonies of #8AD5AF
Complementary color
Monochromatic Colors of #8AD5AF
Black with #8AD5AF
Text Example
Text Example
White with #8AD5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD5AF; }
p { color: rgb(138,213,175); }
H1.HeaderClassName
{
color: #8AD5AF;
}
.AnyTagClassName
{
color: #8AD5AF;
}
</style>
background-color css
<style>
a { background-color: #8AD5AF; }
a { background-color: rgb(138,213,175); }
div.DivClassName
{
background-color: #8AD5AF;
}
.BgClassName
{
background-color: #8AD5AF;
}
</style>
border-color css
<style>
span { border-color: #8AD5AF; }
span { border-color: rgb(138,213,175); }
td.TdClassName
{
border-color: #8AD5AF;
}
.TagClassName
{
border-color: #8AD5AF;
}
</style>