Shades of Vista Blue #85DDA3
Tints of Vista Blue #85DDA3
RGB
CMYK
RGB Variations
Color information
#85DDA3 (or 0x85DDA3) is known color: Vista Blue. HEX triplet: 85, DD and A3. RGB value is (133,221,163). Sum of RGB (Red+Green+Blue) = 133+221+163=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDA3 is #7A225C. Grayscale: #BCBCBC. Windows color (decimal): -8004189 or 10739077. OLE color: 10739077.
HSL color Cylindrical-coordinate representation of color #85DDA3: hue angle of 140.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDA3 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 163 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.13 |
| HSL | 140.45º | 0.56% | 0.69% | - |
| HSV(B) | 140.45º | 0.4% | 0.87% | - |
| XYZ | 42.14 | 59.34 | 43.88 | - |
| YUV | 188.08 | 113.85 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 163 | 0.40 | 0 | 0.26 | 0.13 | 140.45 | 0.56 | 0.69 |
| Hex | 85 | DD | A3 | 28 | 0 | 1A | D | 8C | 38 | 45 |
| Octal | 205 | 335 | 243 | 50 | 0 | 32 | 15 | 214 | 70 | 105 |
| Binary | 10000101 | 11011101 | 10100011 | 101000 | 0 | 11010 | 1101 | 10001100 | 111000 | 1000101 |
Color Harmonies of #85DDA3
Complementary color
Monochromatic Colors of #85DDA3
Black with #85DDA3
Text Example
Text Example
White with #85DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDA3; }
p { color: rgb(133,221,163); }
H1.HeaderClassName
{
color: #85DDA3;
}
.AnyTagClassName
{
color: #85DDA3;
}
</style>
background-color css
<style>
a { background-color: #85DDA3; }
a { background-color: rgb(133,221,163); }
div.DivClassName
{
background-color: #85DDA3;
}
.BgClassName
{
background-color: #85DDA3;
}
</style>
border-color css
<style>
span { border-color: #85DDA3; }
span { border-color: rgb(133,221,163); }
td.TdClassName
{
border-color: #85DDA3;
}
.TagClassName
{
border-color: #85DDA3;
}
</style>