Shades of Vista Blue #85ECBC
Tints of Vista Blue #85ECBC
RGB
CMYK
RGB Variations
Color information
#85ECBC (or 0x85ECBC) is known color: Vista Blue. HEX triplet: 85, EC and BC. RGB value is (133,236,188). Sum of RGB (Red+Green+Blue) = 133+236+188=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECBC is #7A1343. Grayscale: #C7C7C7. Windows color (decimal): -8000324 or 12381317. OLE color: 12381317.
HSL color Cylindrical-coordinate representation of color #85ECBC: hue angle of 152.04º 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 #85ECBC is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 188 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.07 |
| HSL | 152.04º | 0.73% | 0.72% | - |
| HSV(B) | 152.04º | 0.44% | 0.93% | - |
| XYZ | 48.75 | 68.61 | 58.25 | - |
| YUV | 199.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 188 | 0.44 | 0 | 0.20 | 0.07 | 152.04 | 0.73 | 0.72 |
| Hex | 85 | EC | BC | 2C | 0 | 14 | 7 | 98 | 49 | 48 |
| Octal | 205 | 354 | 274 | 54 | 0 | 24 | 7 | 230 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10111100 | 101100 | 0 | 10100 | 111 | 10011000 | 1001001 | 1001000 |
Color Harmonies of #85ECBC
Complementary color
Monochromatic Colors of #85ECBC
Black with #85ECBC
Text Example
Text Example
White with #85ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECBC; }
p { color: rgb(133,236,188); }
H1.HeaderClassName
{
color: #85ECBC;
}
.AnyTagClassName
{
color: #85ECBC;
}
</style>
background-color css
<style>
a { background-color: #85ECBC; }
a { background-color: rgb(133,236,188); }
div.DivClassName
{
background-color: #85ECBC;
}
.BgClassName
{
background-color: #85ECBC;
}
</style>
border-color css
<style>
span { border-color: #85ECBC; }
span { border-color: rgb(133,236,188); }
td.TdClassName
{
border-color: #85ECBC;
}
.TagClassName
{
border-color: #85ECBC;
}
</style>