Shades of Vista Blue #85ECAC
Tints of Vista Blue #85ECAC
RGB
CMYK
RGB Variations
Color information
#85ECAC (or 0x85ECAC) is known color: Vista Blue. HEX triplet: 85, EC and AC. RGB value is (133,236,172). Sum of RGB (Red+Green+Blue) = 133+236+172=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ECAC is #7A1353. Grayscale: #C6C6C6. Windows color (decimal): -8000340 or 11332741. OLE color: 11332741.
HSL color Cylindrical-coordinate representation of color #85ECAC: hue angle of 142.72º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECAC is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 172 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.07 |
| HSL | 142.72º | 0.73% | 0.72% | - |
| HSV(B) | 142.72º | 0.44% | 0.93% | - |
| XYZ | 47.11 | 67.96 | 49.66 | - |
| YUV | 197.91 | 113.38 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 172 | 0.44 | 0 | 0.27 | 0.07 | 142.72 | 0.73 | 0.72 |
| Hex | 85 | EC | AC | 2C | 0 | 1B | 7 | 8F | 49 | 48 |
| Octal | 205 | 354 | 254 | 54 | 0 | 33 | 7 | 217 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10101100 | 101100 | 0 | 11011 | 111 | 10001111 | 1001001 | 1001000 |
Color Harmonies of #85ECAC
Complementary color
Monochromatic Colors of #85ECAC
Black with #85ECAC
Text Example
Text Example
White with #85ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECAC; }
p { color: rgb(133,236,172); }
H1.HeaderClassName
{
color: #85ECAC;
}
.AnyTagClassName
{
color: #85ECAC;
}
</style>
background-color css
<style>
a { background-color: #85ECAC; }
a { background-color: rgb(133,236,172); }
div.DivClassName
{
background-color: #85ECAC;
}
.BgClassName
{
background-color: #85ECAC;
}
</style>
border-color css
<style>
span { border-color: #85ECAC; }
span { border-color: rgb(133,236,172); }
td.TdClassName
{
border-color: #85ECAC;
}
.TagClassName
{
border-color: #85ECAC;
}
</style>