Shades of Vista Blue #85F5B5
Tints of Vista Blue #85F5B5
RGB
CMYK
RGB Variations
Color information
#85F5B5 (or 0x85F5B5) is known color: Vista Blue. HEX triplet: 85, F5 and B5. RGB value is (133,245,181). Sum of RGB (Red+Green+Blue) = 133+245+181=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #85F5B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F5B5 is #7A0A4A. Grayscale: #CCCCCC. Windows color (decimal): -7998027 or 11924869. OLE color: 11924869.
HSL color Cylindrical-coordinate representation of color #85F5B5: hue angle of 145.71º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F5B5 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 181 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.04 |
| HSL | 145.71º | 0.85% | 0.74% | - |
| HSV(B) | 145.71º | 0.46% | 0.96% | - |
| XYZ | 50.67 | 73.63 | 55.26 | - |
| YUV | 204.22 | 114.89 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 181 | 0.46 | 0 | 0.26 | 0.04 | 145.71 | 0.85 | 0.74 |
| Hex | 85 | F5 | B5 | 2E | 0 | 1A | 4 | 92 | 55 | 4A |
| Octal | 205 | 365 | 265 | 56 | 0 | 32 | 4 | 222 | 125 | 112 |
| Binary | 10000101 | 11110101 | 10110101 | 101110 | 0 | 11010 | 100 | 10010010 | 1010101 | 1001010 |
Color Harmonies of #85F5B5
Complementary color
Monochromatic Colors of #85F5B5
Black with #85F5B5
Text Example
Text Example
White with #85F5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F5B5; }
p { color: rgb(133,245,181); }
H1.HeaderClassName
{
color: #85F5B5;
}
.AnyTagClassName
{
color: #85F5B5;
}
</style>
background-color css
<style>
a { background-color: #85F5B5; }
a { background-color: rgb(133,245,181); }
div.DivClassName
{
background-color: #85F5B5;
}
.BgClassName
{
background-color: #85F5B5;
}
</style>
border-color css
<style>
span { border-color: #85F5B5; }
span { border-color: rgb(133,245,181); }
td.TdClassName
{
border-color: #85F5B5;
}
.TagClassName
{
border-color: #85F5B5;
}
</style>