Shades of Vista Blue #85D7A3
Tints of Vista Blue #85D7A3
RGB
CMYK
RGB Variations
Color information
#85D7A3 (or 0x85D7A3) is known color: Vista Blue. HEX triplet: 85, D7 and A3. RGB value is (133,215,163). Sum of RGB (Red+Green+Blue) = 133+215+163=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #85D7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D7A3 is #7A285C. Grayscale: #B8B8B8. Windows color (decimal): -8005725 or 10737541. OLE color: 10737541.
HSL color Cylindrical-coordinate representation of color #85D7A3: hue angle of 141.95º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D7A3 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 215 | 163 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.16 |
| HSL | 141.95º | 0.51% | 0.68% | - |
| HSV(B) | 141.95º | 0.38% | 0.84% | - |
| XYZ | 40.58 | 56.23 | 43.37 | - |
| YUV | 184.55 | 115.83 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 215 | 163 | 0.38 | 0 | 0.24 | 0.16 | 141.95 | 0.51 | 0.68 |
| Hex | 85 | D7 | A3 | 26 | 0 | 18 | 10 | 8E | 33 | 44 |
| Octal | 205 | 327 | 243 | 46 | 0 | 30 | 20 | 216 | 63 | 104 |
| Binary | 10000101 | 11010111 | 10100011 | 100110 | 0 | 11000 | 10000 | 10001110 | 110011 | 1000100 |
Color Harmonies of #85D7A3
Complementary color
Monochromatic Colors of #85D7A3
Black with #85D7A3
Text Example
Text Example
White with #85D7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D7A3; }
p { color: rgb(133,215,163); }
H1.HeaderClassName
{
color: #85D7A3;
}
.AnyTagClassName
{
color: #85D7A3;
}
</style>
background-color css
<style>
a { background-color: #85D7A3; }
a { background-color: rgb(133,215,163); }
div.DivClassName
{
background-color: #85D7A3;
}
.BgClassName
{
background-color: #85D7A3;
}
</style>
border-color css
<style>
span { border-color: #85D7A3; }
span { border-color: rgb(133,215,163); }
td.TdClassName
{
border-color: #85D7A3;
}
.TagClassName
{
border-color: #85D7A3;
}
</style>