Shades of Vista Blue #85ECAF
Tints of Vista Blue #85ECAF
RGB
CMYK
RGB Variations
Color information
#85ECAF (or 0x85ECAF) is known color: Vista Blue. HEX triplet: 85, EC and AF. RGB value is (133,236,175). Sum of RGB (Red+Green+Blue) = 133+236+175=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ECAF is #7A1350. Grayscale: #C6C6C6. Windows color (decimal): -8000337 or 11529349. OLE color: 11529349.
HSL color Cylindrical-coordinate representation of color #85ECAF: hue angle of 144.47º 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 #85ECAF is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 175 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.07 |
| HSL | 144.47º | 0.73% | 0.72% | - |
| HSV(B) | 144.47º | 0.44% | 0.93% | - |
| XYZ | 47.41 | 68.07 | 51.2 | - |
| YUV | 198.25 | 114.88 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 175 | 0.44 | 0 | 0.26 | 0.07 | 144.47 | 0.73 | 0.72 |
| Hex | 85 | EC | AF | 2C | 0 | 1A | 7 | 90 | 49 | 48 |
| Octal | 205 | 354 | 257 | 54 | 0 | 32 | 7 | 220 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10101111 | 101100 | 0 | 11010 | 111 | 10010000 | 1001001 | 1001000 |
Color Harmonies of #85ECAF
Complementary color
Monochromatic Colors of #85ECAF
Black with #85ECAF
Text Example
Text Example
White with #85ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECAF; }
p { color: rgb(133,236,175); }
H1.HeaderClassName
{
color: #85ECAF;
}
.AnyTagClassName
{
color: #85ECAF;
}
</style>
background-color css
<style>
a { background-color: #85ECAF; }
a { background-color: rgb(133,236,175); }
div.DivClassName
{
background-color: #85ECAF;
}
.BgClassName
{
background-color: #85ECAF;
}
</style>
border-color css
<style>
span { border-color: #85ECAF; }
span { border-color: rgb(133,236,175); }
td.TdClassName
{
border-color: #85ECAF;
}
.TagClassName
{
border-color: #85ECAF;
}
</style>