Shades of Vista Blue #85E9AC
Tints of Vista Blue #85E9AC
RGB
CMYK
RGB Variations
Color information
#85E9AC (or 0x85E9AC) is known color: Vista Blue. HEX triplet: 85, E9 and AC. RGB value is (133,233,172). Sum of RGB (Red+Green+Blue) = 133+233+172=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #85E9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E9AC is #7A1653. Grayscale: #C4C4C4. Windows color (decimal): -8001108 or 11331973. OLE color: 11331973.
HSL color Cylindrical-coordinate representation of color #85E9AC: hue angle of 143.4º 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 #85E9AC is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 172 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.09 |
| HSL | 143.4º | 0.69% | 0.72% | - |
| HSV(B) | 143.4º | 0.43% | 0.91% | - |
| XYZ | 46.26 | 66.24 | 49.38 | - |
| YUV | 196.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 172 | 0.43 | 0 | 0.26 | 0.09 | 143.4 | 0.69 | 0.72 |
| Hex | 85 | E9 | AC | 2B | 0 | 1A | 9 | 8F | 45 | 48 |
| Octal | 205 | 351 | 254 | 53 | 0 | 32 | 11 | 217 | 105 | 110 |
| Binary | 10000101 | 11101001 | 10101100 | 101011 | 0 | 11010 | 1001 | 10001111 | 1000101 | 1001000 |
Color Harmonies of #85E9AC
Complementary color
Monochromatic Colors of #85E9AC
Black with #85E9AC
Text Example
Text Example
White with #85E9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E9AC; }
p { color: rgb(133,233,172); }
H1.HeaderClassName
{
color: #85E9AC;
}
.AnyTagClassName
{
color: #85E9AC;
}
</style>
background-color css
<style>
a { background-color: #85E9AC; }
a { background-color: rgb(133,233,172); }
div.DivClassName
{
background-color: #85E9AC;
}
.BgClassName
{
background-color: #85E9AC;
}
</style>
border-color css
<style>
span { border-color: #85E9AC; }
span { border-color: rgb(133,233,172); }
td.TdClassName
{
border-color: #85E9AC;
}
.TagClassName
{
border-color: #85E9AC;
}
</style>