Shades of Vista Blue #85E4AD
Tints of Vista Blue #85E4AD
RGB
CMYK
RGB Variations
Color information
#85E4AD (or 0x85E4AD) is known color: Vista Blue. HEX triplet: 85, E4 and AD. RGB value is (133,228,173). Sum of RGB (Red+Green+Blue) = 133+228+173=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #85E4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E4AD is #7A1B52. Grayscale: #C1C1C1. Windows color (decimal): -8002387 or 11396229. OLE color: 11396229.
HSL color Cylindrical-coordinate representation of color #85E4AD: hue angle of 145.26º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E4AD is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 173 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.11 |
| HSL | 145.26º | 0.64% | 0.71% | - |
| HSV(B) | 145.26º | 0.42% | 0.89% | - |
| XYZ | 44.96 | 63.49 | 49.42 | - |
| YUV | 193.33 | 116.53 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 173 | 0.42 | 0 | 0.24 | 0.11 | 145.26 | 0.64 | 0.71 |
| Hex | 85 | E4 | AD | 2A | 0 | 18 | B | 91 | 40 | 47 |
| Octal | 205 | 344 | 255 | 52 | 0 | 30 | 13 | 221 | 100 | 107 |
| Binary | 10000101 | 11100100 | 10101101 | 101010 | 0 | 11000 | 1011 | 10010001 | 1000000 | 1000111 |
Color Harmonies of #85E4AD
Complementary color
Monochromatic Colors of #85E4AD
Black with #85E4AD
Text Example
Text Example
White with #85E4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E4AD; }
p { color: rgb(133,228,173); }
H1.HeaderClassName
{
color: #85E4AD;
}
.AnyTagClassName
{
color: #85E4AD;
}
</style>
background-color css
<style>
a { background-color: #85E4AD; }
a { background-color: rgb(133,228,173); }
div.DivClassName
{
background-color: #85E4AD;
}
.BgClassName
{
background-color: #85E4AD;
}
</style>
border-color css
<style>
span { border-color: #85E4AD; }
span { border-color: rgb(133,228,173); }
td.TdClassName
{
border-color: #85E4AD;
}
.TagClassName
{
border-color: #85E4AD;
}
</style>