Shades of Vista Blue #85D5AE
Tints of Vista Blue #85D5AE
RGB
CMYK
RGB Variations
Color information
#85D5AE (or 0x85D5AE) is known color: Vista Blue. HEX triplet: 85, D5 and AE. RGB value is (133,213,174). Sum of RGB (Red+Green+Blue) = 133+213+174=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #85D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D5AE is #7A2A51. Grayscale: #B8B8B8. Windows color (decimal): -8006226 or 11457925. OLE color: 11457925.
HSL color Cylindrical-coordinate representation of color #85D5AE: hue angle of 150.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D5AE is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 213 | 174 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.16 |
| HSL | 150.75º | 0.49% | 0.68% | - |
| HSV(B) | 150.75º | 0.38% | 0.84% | - |
| XYZ | 41.11 | 55.63 | 48.62 | - |
| YUV | 184.63 | 122 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 213 | 174 | 0.38 | 0 | 0.18 | 0.16 | 150.75 | 0.49 | 0.68 |
| Hex | 85 | D5 | AE | 26 | 0 | 12 | 10 | 97 | 31 | 44 |
| Octal | 205 | 325 | 256 | 46 | 0 | 22 | 20 | 227 | 61 | 104 |
| Binary | 10000101 | 11010101 | 10101110 | 100110 | 0 | 10010 | 10000 | 10010111 | 110001 | 1000100 |
Color Harmonies of #85D5AE
Complementary color
Monochromatic Colors of #85D5AE
Black with #85D5AE
Text Example
Text Example
White with #85D5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D5AE; }
p { color: rgb(133,213,174); }
H1.HeaderClassName
{
color: #85D5AE;
}
.AnyTagClassName
{
color: #85D5AE;
}
</style>
background-color css
<style>
a { background-color: #85D5AE; }
a { background-color: rgb(133,213,174); }
div.DivClassName
{
background-color: #85D5AE;
}
.BgClassName
{
background-color: #85D5AE;
}
</style>
border-color css
<style>
span { border-color: #85D5AE; }
span { border-color: rgb(133,213,174); }
td.TdClassName
{
border-color: #85D5AE;
}
.TagClassName
{
border-color: #85D5AE;
}
</style>