Shades of Vista Blue #85DFA3
Tints of Vista Blue #85DFA3
RGB
CMYK
RGB Variations
Color information
#85DFA3 (or 0x85DFA3) is known color: Vista Blue. HEX triplet: 85, DF and A3. RGB value is (133,223,163). Sum of RGB (Red+Green+Blue) = 133+223+163=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DFA3 is #7A205C. Grayscale: #BDBDBD. Windows color (decimal): -8003677 or 10739589. OLE color: 10739589.
HSL color Cylindrical-coordinate representation of color #85DFA3: hue angle of 140º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DFA3 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 163 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.13 |
| HSL | 140º | 0.58% | 0.7% | - |
| HSV(B) | 140º | 0.4% | 0.87% | - |
| XYZ | 42.67 | 60.41 | 44.06 | - |
| YUV | 189.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 163 | 0.40 | 0 | 0.27 | 0.13 | 140 | 0.58 | 0.7 |
| Hex | 85 | DF | A3 | 28 | 0 | 1B | D | 8C | 3A | 46 |
| Octal | 205 | 337 | 243 | 50 | 0 | 33 | 15 | 214 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10100011 | 101000 | 0 | 11011 | 1101 | 10001100 | 111010 | 1000110 |
Color Harmonies of #85DFA3
Complementary color
Monochromatic Colors of #85DFA3
Black with #85DFA3
Text Example
Text Example
White with #85DFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFA3; }
p { color: rgb(133,223,163); }
H1.HeaderClassName
{
color: #85DFA3;
}
.AnyTagClassName
{
color: #85DFA3;
}
</style>
background-color css
<style>
a { background-color: #85DFA3; }
a { background-color: rgb(133,223,163); }
div.DivClassName
{
background-color: #85DFA3;
}
.BgClassName
{
background-color: #85DFA3;
}
</style>
border-color css
<style>
span { border-color: #85DFA3; }
span { border-color: rgb(133,223,163); }
td.TdClassName
{
border-color: #85DFA3;
}
.TagClassName
{
border-color: #85DFA3;
}
</style>