Shades of Vista Blue #85F0AA
Tints of Vista Blue #85F0AA
RGB
CMYK
RGB Variations
Color information
#85F0AA (or 0x85F0AA) is known color: Vista Blue. HEX triplet: 85, F0 and AA. RGB value is (133,240,170). Sum of RGB (Red+Green+Blue) = 133+240+170=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #85F0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F0AA is #7A0F55. Grayscale: #C8C8C8. Windows color (decimal): -7999318 or 11202693. OLE color: 11202693.
HSL color Cylindrical-coordinate representation of color #85F0AA: hue angle of 140.75º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F0AA is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 170 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.06 |
| HSL | 140.75º | 0.78% | 0.73% | - |
| HSV(B) | 140.75º | 0.45% | 0.94% | - |
| XYZ | 48.09 | 70.21 | 49.05 | - |
| YUV | 200.03 | 111.05 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 170 | 0.45 | 0 | 0.29 | 0.06 | 140.75 | 0.78 | 0.73 |
| Hex | 85 | F0 | AA | 2D | 0 | 1D | 6 | 8D | 4E | 49 |
| Octal | 205 | 360 | 252 | 55 | 0 | 35 | 6 | 215 | 116 | 111 |
| Binary | 10000101 | 11110000 | 10101010 | 101101 | 0 | 11101 | 110 | 10001101 | 1001110 | 1001001 |
Color Harmonies of #85F0AA
Complementary color
Monochromatic Colors of #85F0AA
Black with #85F0AA
Text Example
Text Example
White with #85F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F0AA; }
p { color: rgb(133,240,170); }
H1.HeaderClassName
{
color: #85F0AA;
}
.AnyTagClassName
{
color: #85F0AA;
}
</style>
background-color css
<style>
a { background-color: #85F0AA; }
a { background-color: rgb(133,240,170); }
div.DivClassName
{
background-color: #85F0AA;
}
.BgClassName
{
background-color: #85F0AA;
}
</style>
border-color css
<style>
span { border-color: #85F0AA; }
span { border-color: rgb(133,240,170); }
td.TdClassName
{
border-color: #85F0AA;
}
.TagClassName
{
border-color: #85F0AA;
}
</style>