Shades of Vista Blue #85E9AD
Tints of Vista Blue #85E9AD
RGB
CMYK
RGB Variations
Color information
#85E9AD (or 0x85E9AD) is known color: Vista Blue. HEX triplet: 85, E9 and AD. RGB value is (133,233,173). Sum of RGB (Red+Green+Blue) = 133+233+173=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #85E9AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E9AD is #7A1652. Grayscale: #C4C4C4. Windows color (decimal): -8001107 or 11397509. OLE color: 11397509.
HSL color Cylindrical-coordinate representation of color #85E9AD: hue angle of 144º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E9AD is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 173 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.09 |
| HSL | 144º | 0.69% | 0.72% | - |
| HSV(B) | 144º | 0.43% | 0.91% | - |
| XYZ | 46.35 | 66.28 | 49.89 | - |
| YUV | 196.26 | 114.87 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 173 | 0.43 | 0 | 0.26 | 0.09 | 144 | 0.69 | 0.72 |
| Hex | 85 | E9 | AD | 2B | 0 | 1A | 9 | 90 | 45 | 48 |
| Octal | 205 | 351 | 255 | 53 | 0 | 32 | 11 | 220 | 105 | 110 |
| Binary | 10000101 | 11101001 | 10101101 | 101011 | 0 | 11010 | 1001 | 10010000 | 1000101 | 1001000 |
Color Harmonies of #85E9AD
Complementary color
Monochromatic Colors of #85E9AD
Black with #85E9AD
Text Example
Text Example
White with #85E9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E9AD; }
p { color: rgb(133,233,173); }
H1.HeaderClassName
{
color: #85E9AD;
}
.AnyTagClassName
{
color: #85E9AD;
}
</style>
background-color css
<style>
a { background-color: #85E9AD; }
a { background-color: rgb(133,233,173); }
div.DivClassName
{
background-color: #85E9AD;
}
.BgClassName
{
background-color: #85E9AD;
}
</style>
border-color css
<style>
span { border-color: #85E9AD; }
span { border-color: rgb(133,233,173); }
td.TdClassName
{
border-color: #85E9AD;
}
.TagClassName
{
border-color: #85E9AD;
}
</style>