Shades of Vista Blue #85ECB9
Tints of Vista Blue #85ECB9
RGB
CMYK
RGB Variations
Color information
#85ECB9 (or 0x85ECB9) is known color: Vista Blue. HEX triplet: 85, EC and B9. RGB value is (133,236,185). Sum of RGB (Red+Green+Blue) = 133+236+185=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECB9 is #7A1346. Grayscale: #C7C7C7. Windows color (decimal): -8000327 or 12184709. OLE color: 12184709.
HSL color Cylindrical-coordinate representation of color #85ECB9: hue angle of 150.29º 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 #85ECB9 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 185 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.07 |
| HSL | 150.29º | 0.73% | 0.72% | - |
| HSV(B) | 150.29º | 0.44% | 0.93% | - |
| XYZ | 48.43 | 68.48 | 56.56 | - |
| YUV | 199.39 | 119.88 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 185 | 0.44 | 0 | 0.22 | 0.07 | 150.29 | 0.73 | 0.72 |
| Hex | 85 | EC | B9 | 2C | 0 | 16 | 7 | 96 | 49 | 48 |
| Octal | 205 | 354 | 271 | 54 | 0 | 26 | 7 | 226 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10111001 | 101100 | 0 | 10110 | 111 | 10010110 | 1001001 | 1001000 |
Color Harmonies of #85ECB9
Complementary color
Monochromatic Colors of #85ECB9
Black with #85ECB9
Text Example
Text Example
White with #85ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECB9; }
p { color: rgb(133,236,185); }
H1.HeaderClassName
{
color: #85ECB9;
}
.AnyTagClassName
{
color: #85ECB9;
}
</style>
background-color css
<style>
a { background-color: #85ECB9; }
a { background-color: rgb(133,236,185); }
div.DivClassName
{
background-color: #85ECB9;
}
.BgClassName
{
background-color: #85ECB9;
}
</style>
border-color css
<style>
span { border-color: #85ECB9; }
span { border-color: rgb(133,236,185); }
td.TdClassName
{
border-color: #85ECB9;
}
.TagClassName
{
border-color: #85ECB9;
}
</style>