Shades of Vista Blue #85ECAB
Tints of Vista Blue #85ECAB
RGB
CMYK
RGB Variations
Color information
#85ECAB (or 0x85ECAB) is known color: Vista Blue. HEX triplet: 85, EC and AB. RGB value is (133,236,171). Sum of RGB (Red+Green+Blue) = 133+236+171=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ECAB is #7A1354. Grayscale: #C5C5C5. Windows color (decimal): -8000341 or 11267205. OLE color: 11267205.
HSL color Cylindrical-coordinate representation of color #85ECAB: hue angle of 142.14º 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 #85ECAB is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 171 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.07 |
| HSL | 142.14º | 0.73% | 0.72% | - |
| HSV(B) | 142.14º | 0.44% | 0.93% | - |
| XYZ | 47.02 | 67.92 | 49.16 | - |
| YUV | 197.79 | 112.88 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 171 | 0.44 | 0 | 0.28 | 0.07 | 142.14 | 0.73 | 0.72 |
| Hex | 85 | EC | AB | 2C | 0 | 1C | 7 | 8E | 49 | 48 |
| Octal | 205 | 354 | 253 | 54 | 0 | 34 | 7 | 216 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10101011 | 101100 | 0 | 11100 | 111 | 10001110 | 1001001 | 1001000 |
Color Harmonies of #85ECAB
Complementary color
Monochromatic Colors of #85ECAB
Black with #85ECAB
Text Example
Text Example
White with #85ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECAB; }
p { color: rgb(133,236,171); }
H1.HeaderClassName
{
color: #85ECAB;
}
.AnyTagClassName
{
color: #85ECAB;
}
</style>
background-color css
<style>
a { background-color: #85ECAB; }
a { background-color: rgb(133,236,171); }
div.DivClassName
{
background-color: #85ECAB;
}
.BgClassName
{
background-color: #85ECAB;
}
</style>
border-color css
<style>
span { border-color: #85ECAB; }
span { border-color: rgb(133,236,171); }
td.TdClassName
{
border-color: #85ECAB;
}
.TagClassName
{
border-color: #85ECAB;
}
</style>