Shades of Vista Blue #85EBA9
Tints of Vista Blue #85EBA9
RGB
CMYK
RGB Variations
Color information
#85EBA9 (or 0x85EBA9) is known color: Vista Blue. HEX triplet: 85, EB and A9. RGB value is (133,235,169). Sum of RGB (Red+Green+Blue) = 133+235+169=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EBA9 is #7A1456. Grayscale: #C5C5C5. Windows color (decimal): -8000599 or 11135877. OLE color: 11135877.
HSL color Cylindrical-coordinate representation of color #85EBA9: hue angle of 141.18º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EBA9 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 235 | 169 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.08 |
| HSL | 141.18º | 0.72% | 0.72% | - |
| HSV(B) | 141.18º | 0.43% | 0.92% | - |
| XYZ | 46.54 | 67.27 | 48.07 | - |
| YUV | 196.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 235 | 169 | 0.43 | 0 | 0.28 | 0.08 | 141.18 | 0.72 | 0.72 |
| Hex | 85 | EB | A9 | 2B | 0 | 1C | 8 | 8D | 48 | 48 |
| Octal | 205 | 353 | 251 | 53 | 0 | 34 | 10 | 215 | 110 | 110 |
| Binary | 10000101 | 11101011 | 10101001 | 101011 | 0 | 11100 | 1000 | 10001101 | 1001000 | 1001000 |
Color Harmonies of #85EBA9
Complementary color
Monochromatic Colors of #85EBA9
Black with #85EBA9
Text Example
Text Example
White with #85EBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EBA9; }
p { color: rgb(133,235,169); }
H1.HeaderClassName
{
color: #85EBA9;
}
.AnyTagClassName
{
color: #85EBA9;
}
</style>
background-color css
<style>
a { background-color: #85EBA9; }
a { background-color: rgb(133,235,169); }
div.DivClassName
{
background-color: #85EBA9;
}
.BgClassName
{
background-color: #85EBA9;
}
</style>
border-color css
<style>
span { border-color: #85EBA9; }
span { border-color: rgb(133,235,169); }
td.TdClassName
{
border-color: #85EBA9;
}
.TagClassName
{
border-color: #85EBA9;
}
</style>