Shades of Vista Blue #85E9BA
Tints of Vista Blue #85E9BA
RGB
CMYK
RGB Variations
Color information
#85E9BA (or 0x85E9BA) is known color: Vista Blue. HEX triplet: 85, E9 and BA. RGB value is (133,233,186). Sum of RGB (Red+Green+Blue) = 133+233+186=552 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.09% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 233 - color contains mainly: green. Hex color #85E9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E9BA is #7A1645. Grayscale: #C5C5C5. Windows color (decimal): -8001094 or 12249477. OLE color: 12249477.
HSL color Cylindrical-coordinate representation of color #85E9BA: hue angle of 151.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E9BA is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 186 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.09 |
| HSL | 151.8º | 0.69% | 0.72% | - |
| HSV(B) | 151.8º | 0.43% | 0.91% | - |
| XYZ | 47.67 | 66.81 | 56.84 | - |
| YUV | 197.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 186 | 0.43 | 0 | 0.20 | 0.09 | 151.8 | 0.69 | 0.72 |
| Hex | 85 | E9 | BA | 2B | 0 | 14 | 9 | 98 | 45 | 48 |
| Octal | 205 | 351 | 272 | 53 | 0 | 24 | 11 | 230 | 105 | 110 |
| Binary | 10000101 | 11101001 | 10111010 | 101011 | 0 | 10100 | 1001 | 10011000 | 1000101 | 1001000 |
Color Harmonies of #85E9BA
Complementary color
Monochromatic Colors of #85E9BA
Black with #85E9BA
Text Example
Text Example
White with #85E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E9BA; }
p { color: rgb(133,233,186); }
H1.HeaderClassName
{
color: #85E9BA;
}
.AnyTagClassName
{
color: #85E9BA;
}
</style>
background-color css
<style>
a { background-color: #85E9BA; }
a { background-color: rgb(133,233,186); }
div.DivClassName
{
background-color: #85E9BA;
}
.BgClassName
{
background-color: #85E9BA;
}
</style>
border-color css
<style>
span { border-color: #85E9BA; }
span { border-color: rgb(133,233,186); }
td.TdClassName
{
border-color: #85E9BA;
}
.TagClassName
{
border-color: #85E9BA;
}
</style>