Shades of Vista Blue #85DAA7
Tints of Vista Blue #85DAA7
RGB
CMYK
RGB Variations
Color information
#85DAA7 (or 0x85DAA7) is known color: Vista Blue. HEX triplet: 85, DA and A7. RGB value is (133,218,167). Sum of RGB (Red+Green+Blue) = 133+218+167=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAA7 is #7A2558. Grayscale: #BABABA. Windows color (decimal): -8004953 or 11000453. OLE color: 11000453.
HSL color Cylindrical-coordinate representation of color #85DAA7: hue angle of 144º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DAA7 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 218 | 167 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.15 |
| HSL | 144º | 0.53% | 0.69% | - |
| HSV(B) | 144º | 0.39% | 0.85% | - |
| XYZ | 41.72 | 57.92 | 45.54 | - |
| YUV | 186.77 | 116.84 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 218 | 167 | 0.39 | 0 | 0.23 | 0.15 | 144 | 0.53 | 0.69 |
| Hex | 85 | DA | A7 | 27 | 0 | 17 | F | 90 | 35 | 45 |
| Octal | 205 | 332 | 247 | 47 | 0 | 27 | 17 | 220 | 65 | 105 |
| Binary | 10000101 | 11011010 | 10100111 | 100111 | 0 | 10111 | 1111 | 10010000 | 110101 | 1000101 |
Color Harmonies of #85DAA7
Complementary color
Monochromatic Colors of #85DAA7
Black with #85DAA7
Text Example
Text Example
White with #85DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DAA7; }
p { color: rgb(133,218,167); }
H1.HeaderClassName
{
color: #85DAA7;
}
.AnyTagClassName
{
color: #85DAA7;
}
</style>
background-color css
<style>
a { background-color: #85DAA7; }
a { background-color: rgb(133,218,167); }
div.DivClassName
{
background-color: #85DAA7;
}
.BgClassName
{
background-color: #85DAA7;
}
</style>
border-color css
<style>
span { border-color: #85DAA7; }
span { border-color: rgb(133,218,167); }
td.TdClassName
{
border-color: #85DAA7;
}
.TagClassName
{
border-color: #85DAA7;
}
</style>