Shades of Vista Blue #85ECB1
Tints of Vista Blue #85ECB1
RGB
CMYK
RGB Variations
Color information
#85ECB1 (or 0x85ECB1) is known color: Vista Blue. HEX triplet: 85, EC and B1. RGB value is (133,236,177). Sum of RGB (Red+Green+Blue) = 133+236+177=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ECB1 is #7A134E. Grayscale: #C6C6C6. Windows color (decimal): -8000335 or 11660421. OLE color: 11660421.
HSL color Cylindrical-coordinate representation of color #85ECB1: hue angle of 145.63º 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 #85ECB1 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 177 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.07 |
| HSL | 145.63º | 0.73% | 0.72% | - |
| HSV(B) | 145.63º | 0.44% | 0.93% | - |
| XYZ | 47.6 | 68.15 | 52.24 | - |
| YUV | 198.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 177 | 0.44 | 0 | 0.25 | 0.07 | 145.63 | 0.73 | 0.72 |
| Hex | 85 | EC | B1 | 2C | 0 | 19 | 7 | 92 | 49 | 48 |
| Octal | 205 | 354 | 261 | 54 | 0 | 31 | 7 | 222 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10110001 | 101100 | 0 | 11001 | 111 | 10010010 | 1001001 | 1001000 |
Color Harmonies of #85ECB1
Complementary color
Monochromatic Colors of #85ECB1
Black with #85ECB1
Text Example
Text Example
White with #85ECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECB1; }
p { color: rgb(133,236,177); }
H1.HeaderClassName
{
color: #85ECB1;
}
.AnyTagClassName
{
color: #85ECB1;
}
</style>
background-color css
<style>
a { background-color: #85ECB1; }
a { background-color: rgb(133,236,177); }
div.DivClassName
{
background-color: #85ECB1;
}
.BgClassName
{
background-color: #85ECB1;
}
</style>
border-color css
<style>
span { border-color: #85ECB1; }
span { border-color: rgb(133,236,177); }
td.TdClassName
{
border-color: #85ECB1;
}
.TagClassName
{
border-color: #85ECB1;
}
</style>