Shades of Vista Blue #85E5B5
Tints of Vista Blue #85E5B5
RGB
CMYK
RGB Variations
Color information
#85E5B5 (or 0x85E5B5) is known color: Vista Blue. HEX triplet: 85, E5 and B5. RGB value is (133,229,181). Sum of RGB (Red+Green+Blue) = 133+229+181=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #85E5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E5B5 is #7A1A4A. Grayscale: #C2C2C2. Windows color (decimal): -8002123 or 11920773. OLE color: 11920773.
HSL color Cylindrical-coordinate representation of color #85E5B5: hue angle of 150º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E5B5 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 229 | 181 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.10 |
| HSL | 150º | 0.65% | 0.71% | - |
| HSV(B) | 150º | 0.42% | 0.9% | - |
| XYZ | 46.03 | 64.36 | 53.71 | - |
| YUV | 194.82 | 120.2 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 229 | 181 | 0.42 | 0 | 0.21 | 0.10 | 150 | 0.65 | 0.71 |
| Hex | 85 | E5 | B5 | 2A | 0 | 15 | A | 96 | 41 | 47 |
| Octal | 205 | 345 | 265 | 52 | 0 | 25 | 12 | 226 | 101 | 107 |
| Binary | 10000101 | 11100101 | 10110101 | 101010 | 0 | 10101 | 1010 | 10010110 | 1000001 | 1000111 |
Color Harmonies of #85E5B5
Complementary color
Monochromatic Colors of #85E5B5
Black with #85E5B5
Text Example
Text Example
White with #85E5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E5B5; }
p { color: rgb(133,229,181); }
H1.HeaderClassName
{
color: #85E5B5;
}
.AnyTagClassName
{
color: #85E5B5;
}
</style>
background-color css
<style>
a { background-color: #85E5B5; }
a { background-color: rgb(133,229,181); }
div.DivClassName
{
background-color: #85E5B5;
}
.BgClassName
{
background-color: #85E5B5;
}
</style>
border-color css
<style>
span { border-color: #85E5B5; }
span { border-color: rgb(133,229,181); }
td.TdClassName
{
border-color: #85E5B5;
}
.TagClassName
{
border-color: #85E5B5;
}
</style>