Shades of Vista Blue #8AD5AD
Tints of Vista Blue #8AD5AD
RGB
CMYK
RGB Variations
Color information
#8AD5AD (or 0x8AD5AD) is known color: Vista Blue. HEX triplet: 8A, D5 and AD. RGB value is (138,213,173). Sum of RGB (Red+Green+Blue) = 138+213+173=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD5AD is #752A52. Grayscale: #BABABA. Windows color (decimal): -7678547 or 11392394. OLE color: 11392394.
HSL color Cylindrical-coordinate representation of color #8AD5AD: hue angle of 148º 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 #8AD5AD is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 173 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.16 |
| HSL | 148º | 0.47% | 0.69% | - |
| HSV(B) | 148º | 0.35% | 0.84% | - |
| XYZ | 41.82 | 56.01 | 48.14 | - |
| YUV | 186.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 173 | 0.35 | 0 | 0.19 | 0.16 | 148 | 0.47 | 0.69 |
| Hex | 8A | D5 | AD | 23 | 0 | 13 | 10 | 94 | 2F | 45 |
| Octal | 212 | 325 | 255 | 43 | 0 | 23 | 20 | 224 | 57 | 105 |
| Binary | 10001010 | 11010101 | 10101101 | 100011 | 0 | 10011 | 10000 | 10010100 | 101111 | 1000101 |
Color Harmonies of #8AD5AD
Complementary color
Monochromatic Colors of #8AD5AD
Black with #8AD5AD
Text Example
Text Example
White with #8AD5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD5AD; }
p { color: rgb(138,213,173); }
H1.HeaderClassName
{
color: #8AD5AD;
}
.AnyTagClassName
{
color: #8AD5AD;
}
</style>
background-color css
<style>
a { background-color: #8AD5AD; }
a { background-color: rgb(138,213,173); }
div.DivClassName
{
background-color: #8AD5AD;
}
.BgClassName
{
background-color: #8AD5AD;
}
</style>
border-color css
<style>
span { border-color: #8AD5AD; }
span { border-color: rgb(138,213,173); }
td.TdClassName
{
border-color: #8AD5AD;
}
.TagClassName
{
border-color: #8AD5AD;
}
</style>