Shades of Vista Blue #85D9AD
Tints of Vista Blue #85D9AD
RGB
CMYK
RGB Variations
Color information
#85D9AD (or 0x85D9AD) is known color: Vista Blue. HEX triplet: 85, D9 and AD. RGB value is (133,217,173). Sum of RGB (Red+Green+Blue) = 133+217+173=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #85D9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D9AD is #7A2652. Grayscale: #BABABA. Windows color (decimal): -8005203 or 11393413. OLE color: 11393413.
HSL color Cylindrical-coordinate representation of color #85D9AD: hue angle of 148.57º degrees, saturation: 0.52, 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 #85D9AD is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 173 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.15 |
| HSL | 148.57º | 0.53% | 0.69% | - |
| HSV(B) | 148.57º | 0.39% | 0.85% | - |
| XYZ | 42.03 | 57.63 | 48.44 | - |
| YUV | 186.87 | 120.17 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 173 | 0.39 | 0 | 0.20 | 0.15 | 148.57 | 0.53 | 0.69 |
| Hex | 85 | D9 | AD | 27 | 0 | 14 | F | 95 | 34 | 45 |
| Octal | 205 | 331 | 255 | 47 | 0 | 24 | 17 | 225 | 64 | 105 |
| Binary | 10000101 | 11011001 | 10101101 | 100111 | 0 | 10100 | 1111 | 10010101 | 110100 | 1000101 |
Color Harmonies of #85D9AD
Complementary color
Monochromatic Colors of #85D9AD
Black with #85D9AD
Text Example
Text Example
White with #85D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D9AD; }
p { color: rgb(133,217,173); }
H1.HeaderClassName
{
color: #85D9AD;
}
.AnyTagClassName
{
color: #85D9AD;
}
</style>
background-color css
<style>
a { background-color: #85D9AD; }
a { background-color: rgb(133,217,173); }
div.DivClassName
{
background-color: #85D9AD;
}
.BgClassName
{
background-color: #85D9AD;
}
</style>
border-color css
<style>
span { border-color: #85D9AD; }
span { border-color: rgb(133,217,173); }
td.TdClassName
{
border-color: #85D9AD;
}
.TagClassName
{
border-color: #85D9AD;
}
</style>