Shades of Vista Blue #8AE1AD
Tints of Vista Blue #8AE1AD
RGB
CMYK
RGB Variations
Color information
#8AE1AD (or 0x8AE1AD) is known color: Vista Blue. HEX triplet: 8A, E1 and AD. RGB value is (138,225,173). Sum of RGB (Red+Green+Blue) = 138+225+173=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE1AD is #751E52. Grayscale: #C1C1C1. Windows color (decimal): -7675475 or 11395466. OLE color: 11395466.
HSL color Cylindrical-coordinate representation of color #8AE1AD: hue angle of 144.14º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE1AD is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 225 | 173 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.12 |
| HSL | 144.14º | 0.59% | 0.71% | - |
| HSV(B) | 144.14º | 0.39% | 0.88% | - |
| XYZ | 44.95 | 62.27 | 49.19 | - |
| YUV | 193.06 | 116.68 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 225 | 173 | 0.39 | 0 | 0.23 | 0.12 | 144.14 | 0.59 | 0.71 |
| Hex | 8A | E1 | AD | 27 | 0 | 17 | C | 90 | 3B | 47 |
| Octal | 212 | 341 | 255 | 47 | 0 | 27 | 14 | 220 | 73 | 107 |
| Binary | 10001010 | 11100001 | 10101101 | 100111 | 0 | 10111 | 1100 | 10010000 | 111011 | 1000111 |
Color Harmonies of #8AE1AD
Complementary color
Monochromatic Colors of #8AE1AD
Black with #8AE1AD
Text Example
Text Example
White with #8AE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE1AD; }
p { color: rgb(138,225,173); }
H1.HeaderClassName
{
color: #8AE1AD;
}
.AnyTagClassName
{
color: #8AE1AD;
}
</style>
background-color css
<style>
a { background-color: #8AE1AD; }
a { background-color: rgb(138,225,173); }
div.DivClassName
{
background-color: #8AE1AD;
}
.BgClassName
{
background-color: #8AE1AD;
}
</style>
border-color css
<style>
span { border-color: #8AE1AD; }
span { border-color: rgb(138,225,173); }
td.TdClassName
{
border-color: #8AE1AD;
}
.TagClassName
{
border-color: #8AE1AD;
}
</style>