Shades of Vista Blue #85F5B3
Tints of Vista Blue #85F5B3
RGB
CMYK
RGB Variations
Color information
#85F5B3 (or 0x85F5B3) is known color: Vista Blue. HEX triplet: 85, F5 and B3. RGB value is (133,245,179). Sum of RGB (Red+Green+Blue) = 133+245+179=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #85F5B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F5B3 is #7A0A4C. Grayscale: #CCCCCC. Windows color (decimal): -7998029 or 11793797. OLE color: 11793797.
HSL color Cylindrical-coordinate representation of color #85F5B3: hue angle of 144.64º 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 #85F5B3 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 179 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.04 |
| HSL | 144.64º | 0.85% | 0.74% | - |
| HSV(B) | 144.64º | 0.46% | 0.96% | - |
| XYZ | 50.46 | 73.55 | 54.18 | - |
| YUV | 203.99 | 113.89 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 179 | 0.46 | 0 | 0.27 | 0.04 | 144.64 | 0.85 | 0.74 |
| Hex | 85 | F5 | B3 | 2E | 0 | 1B | 4 | 91 | 55 | 4A |
| Octal | 205 | 365 | 263 | 56 | 0 | 33 | 4 | 221 | 125 | 112 |
| Binary | 10000101 | 11110101 | 10110011 | 101110 | 0 | 11011 | 100 | 10010001 | 1010101 | 1001010 |
Color Harmonies of #85F5B3
Complementary color
Monochromatic Colors of #85F5B3
Black with #85F5B3
Text Example
Text Example
White with #85F5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F5B3; }
p { color: rgb(133,245,179); }
H1.HeaderClassName
{
color: #85F5B3;
}
.AnyTagClassName
{
color: #85F5B3;
}
</style>
background-color css
<style>
a { background-color: #85F5B3; }
a { background-color: rgb(133,245,179); }
div.DivClassName
{
background-color: #85F5B3;
}
.BgClassName
{
background-color: #85F5B3;
}
</style>
border-color css
<style>
span { border-color: #85F5B3; }
span { border-color: rgb(133,245,179); }
td.TdClassName
{
border-color: #85F5B3;
}
.TagClassName
{
border-color: #85F5B3;
}
</style>